dspam-commit Mailing List for DSPAM (Page 21)
Brought to you by:
paulcockings,
sbajic
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(59) |
Jun
(59) |
Jul
(24) |
Aug
(42) |
Sep
(7) |
Oct
(44) |
Nov
(28) |
Dec
(58) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
(27) |
Feb
(5) |
Mar
(6) |
Apr
(33) |
May
(19) |
Jun
(4) |
Jul
(10) |
Aug
(27) |
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(8) |
Jul
(24) |
Aug
(34) |
Sep
(4) |
Oct
(3) |
Nov
(13) |
Dec
(2) |
| 2012 |
Jan
|
Feb
(5) |
Mar
|
Apr
(12) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Hugo M. <hmo...@us...> - 2009-06-17 14:55:47
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 8d463d1ef10fc2bb95a7c86a0ea3ed48296e5f0c (commit)
from d786073c05e401ae9bd2ce6f0054dbd966db91d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8d463d1ef10fc2bb95a7c86a0ea3ed48296e5f0c
Author: Hugo Monteiro <hug...@fc...>
Date: Wed Jun 17 15:54:35 2009 +0100
MySQL driver update
* Work around broken limits.h on debian etch (and possibly others?)
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
src/mysql_drv.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-16 01:23:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via d786073c05e401ae9bd2ce6f0054dbd966db91d4 (commit)
from 28d9ba289c222141ee783cc1db6a387568c7a003 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d786073c05e401ae9bd2ce6f0054dbd966db91d4
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 16 03:22:41 2009 +0200
Fixing typo in MySQL documentation
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
doc/mysql_drv.txt | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-16 00:35:16
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 70bae2b76ea9827c64e83a0823ac326fb324de67 (commit)
from 9197e0ce1070add7fca6a2f9176e0f7e9c6be053 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 70bae2b76ea9827c64e83a0823ac326fb324de67
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 16 02:09:09 2009 +0200
SQLite3 driver, purge script and documentation update
Change the SQLite3 driver to be closer to the changes recently done in the MySQL and PostgreSQL driver. The changes for the SQLite3 driver include:
* Set all statistical counters to be unsigned
* Fix memory leaks
* Reduce memory footprint
* Fix issues with escaped SQL queries
* Add more debug output (only if debug is enabled)
* Micro speed and memory consumption improvements by removing not needed whitespace from SQL queries.
* Update SQLite3 purge script
* Update documentation for SQLite driver
Database schema has not changed. Users from pre 3.9.0 can just use the new driver without the need to run migration commands on the database.
MFM: 21 days
Bug-ID: 2802205
Bug-Reported-By: M.B. <le...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 17 +
doc/sqlite_drv.txt | 25 +-
src/sqlite3_drv.c | 624 ++++++++++++++++++++++----------------
src/tools.sqlite_drv/purge-3.sql | 11 +-
4 files changed, 400 insertions(+), 277 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-16 00:33:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 28d9ba289c222141ee783cc1db6a387568c7a003 (commit)
from 70bae2b76ea9827c64e83a0823ac326fb324de67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 28d9ba289c222141ee783cc1db6a387568c7a003
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 16 02:32:05 2009 +0200
MySQL driver and documentation changes
* Close properly the diction when exiting
* Update documentation for MySQL driver
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 5 +++
doc/mysql_drv.txt | 71 +++++++++++++++++++++++-----------------------------
src/mysql_drv.c | 7 ++++-
3 files changed, 42 insertions(+), 41 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-10 23:56:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 9197e0ce1070add7fca6a2f9176e0f7e9c6be053 (commit)
from 4f4cfe7575790a2bcd025f19190c0d9be1915d79 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9197e0ce1070add7fca6a2f9176e0f7e9c6be053
Author: Stevan Bajic <st...@ba...>
Date: Thu Jun 11 01:55:48 2009 +0200
Reduce calls to dspam binary in the WebUI
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
webui/cgi-bin/admin.cgi | 8 ++++----
webui/cgi-bin/configure.pl.in | 15 +++++++++++++--
webui/cgi-bin/dspam.cgi | 6 +++---
4 files changed, 22 insertions(+), 9 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-10 22:47:17
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 4f4cfe7575790a2bcd025f19190c0d9be1915d79 (commit)
from e1a40a3c3e92fff3d85c2015476acbd43adfc314 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4f4cfe7575790a2bcd025f19190c0d9be1915d79
Author: Stevan Bajic <st...@ba...>
Date: Thu Jun 11 00:44:54 2009 +0200
Fixed use of inet_ntoa_r on uClibc
MFM: 21 days
Bug-ID: 2803122
Bug-Reported-By: Peter <pt...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++
configure.ac | 2 +-
m4/Makefile.am | 3 +-
m4/dspam_functions.m4 | 132 +++++++++++++++++++++++++++++++++++++++++++++++++
src/daemon.c | 9 +++-
src/dspam.c | 6 ++-
6 files changed, 151 insertions(+), 5 deletions(-)
create mode 100644 m4/dspam_functions.m4
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-10 19:45:33
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via e1a40a3c3e92fff3d85c2015476acbd43adfc314 (commit)
from 41026d770cdb8cf0c8b0b359de2055f95dfe41f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e1a40a3c3e92fff3d85c2015476acbd43adfc314
Author: Stevan Bajic <st...@ba...>
Date: Wed Jun 10 21:42:05 2009 +0200
Fixing potential free of null pointer in pwent cache.
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/dspam.c | 13 ++++++++-----
src/dspamc.c | 9 +++++++--
3 files changed, 17 insertions(+), 7 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-06 08:51:55
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 41026d770cdb8cf0c8b0b359de2055f95dfe41f7 (commit)
from 7aa021a026291b3a5806efec975b0d10a0713a04 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 41026d770cdb8cf0c8b0b359de2055f95dfe41f7
Author: Stevan Bajic <st...@ba...>
Date: Sat Jun 6 10:49:53 2009 +0200
Fixing build problems when building against SQLite3 3.6 series
MFM: 21 days
Bug-ID: 2774657
Bug-Reported-By: Julien Valroff <va...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++++
m4/sqlite3_drv.m4 | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-05 07:42:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 7aa021a026291b3a5806efec975b0d10a0713a04 (commit)
from d8acbfaac8999e5f4509fb0dea5273191ecdcdf9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7aa021a026291b3a5806efec975b0d10a0713a04
Author: Stevan Bajic <st...@ba...>
Date: Fri Jun 5 09:41:27 2009 +0200
Fixed using of deallocated variable in _ds_get_nextuser for the hash driver
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++++
src/hash_drv.c | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-04 13:31:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via d8acbfaac8999e5f4509fb0dea5273191ecdcdf9 (commit)
from e5cf667e295a8e87a1c48d90e41a245283ed3088 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d8acbfaac8999e5f4509fb0dea5273191ecdcdf9
Author: Stevan Bajic <st...@ba...>
Date: Thu Jun 4 15:30:10 2009 +0200
Fixing memory leaks and using of deallocated variables in SQLite/SQLite3 driver:
* Fixed memory leak in _ds_set_signature (SQLite3 driver)
* Fixed memory leak in _ds_get_nextsignature (SQLite driver)
* Fixed using of deallocated variable in _ds_get_nextuser (SQLite3 and SQLite driver)
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 ++++++
src/sqlite3_drv.c | 12 +-----------
src/sqlite_drv.c | 4 ++--
3 files changed, 9 insertions(+), 13 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-02 11:45:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via e5cf667e295a8e87a1c48d90e41a245283ed3088 (commit)
from f61af4d76a26199b085fc1aff6bcbedcc560402c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e5cf667e295a8e87a1c48d90e41a245283ed3088
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 2 13:43:32 2009 +0200
Properly terminating primary dspam processing agent when called in client mode
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++++
src/dspam.c | 8 +++++++-
2 files changed, 11 insertions(+), 1 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-02 00:52:16
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via f61af4d76a26199b085fc1aff6bcbedcc560402c (commit)
from ca6df3792c1a383acc7a2456b6a33e24dcee33c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f61af4d76a26199b085fc1aff6bcbedcc560402c
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 2 02:51:38 2009 +0200
Fixing primary dspam processing agent
* Properly terminating primary dspam processing agent
* Reducing still reachable memory to be on par with the lightweight client-only call
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 5 +++++
src/dspam.c | 10 ++++------
2 files changed, 9 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-01 23:36:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via ca6df3792c1a383acc7a2456b6a33e24dcee33c1 (commit)
from 2083a30f99de0cfa13009f9ef752b88c539b4e4a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ca6df3792c1a383acc7a2456b6a33e24dcee33c1
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 2 01:35:43 2009 +0200
Fixing loop in MySQL driver introduced by latest MySQL driver patch
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++++
src/mysql_drv.c | 7 +------
2 files changed, 5 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-01 23:25:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 2083a30f99de0cfa13009f9ef752b88c539b4e4a (commit)
from 0fc47dad9c5ef32f68c8bf74d9580754b8b4271c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2083a30f99de0cfa13009f9ef752b88c539b4e4a
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 2 01:24:46 2009 +0200
Fixing compiler warnings
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 2 ++
src/client.c | 4 ++--
src/dspamc.c | 3 +--
src/libdspam.c | 6 +++---
src/mysql_drv.c | 6 +++---
src/read_config.c | 4 ++--
src/tokenizer.c | 6 +++---
7 files changed, 16 insertions(+), 15 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-06-01 22:48:29
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 0fc47dad9c5ef32f68c8bf74d9580754b8b4271c (commit)
from cd0b51de8aa84dde148eeeeb9aade477b486dcae (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0fc47dad9c5ef32f68c8bf74d9580754b8b4271c
Author: Stevan Bajic <st...@ba...>
Date: Tue Jun 2 00:47:38 2009 +0200
PostgreSQL and MySQL driver changes
Changing the PostgreSQL and MySQL driver source to be more congruent with each other.
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 5 +
src/mysql_drv.c | 256 ++++++++++++++++++++++++++++---------------------------
src/pgsql_drv.c | 163 +++++++++++++++++++++--------------
3 files changed, 231 insertions(+), 193 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Ion-Mihai T. <it...@Fr...> - 2009-06-01 16:46:33
|
On Mon, 1 Jun 2009 15:14:04 +0000 "Stevan Bajic" <sb...@us...> wrote: > PostgreSQL driver and schema updates. > > Finally things like 'dspam_admin change preference myuser > "trainingMode" "toe"' work without writing garbage in the PostgreSQL > table if the "myuser" did not existed before calling dspam_admin. The > changes in the PostgreSQL driver push the driver to be on par with > the recent changes done in the DSPAM MySQL driver. The changes for > the PostgreSQL driver include: > * Set all statistical counters to be unsigned > * Fix memory leaks > * Reduce memory footprint > * Fix issues with escaped SQL queries > * Add more debug output (only if debug is enabled) > * Micro speed and memory consumption improvements by removing not > needed whitespace from SQL queries. > * Update PosgreSQL database schema (extending the amount of users > DSPAM can handle with the PostgreSQL driver from 32767 to 2147483647 > users) > * Update PosgreSQL purge scripts Yay! > The documentation for upgrading to DSPAM 3.9.0 has informations > how to update existing DSPAM PostgreSQL schema from pre-3.9.0 to the > new 3.9.0 schema. Twice yay :-) Thank you very much for this Stevan -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> it...@Fr..., PGP Key ID 057E9F8B493A297B |
|
From: Stevan B. <sb...@us...> - 2009-06-01 15:14:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via cd0b51de8aa84dde148eeeeb9aade477b486dcae (commit)
from 3acd2cde86f9e197e7217f0b48183eaada633ded (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cd0b51de8aa84dde148eeeeb9aade477b486dcae
Author: Stevan Bajic <st...@ba...>
Date: Mon Jun 1 17:13:13 2009 +0200
PostgreSQL driver and schema updates.
Finally things like 'dspam_admin change preference myuser "trainingMode" "toe"' work without writing garbage in the PostgreSQL table if the "myuser" did not existed before calling dspam_admin. The changes in the PostgreSQL driver push the driver to be on par with the recent changes done in the DSPAM MySQL driver. The changes for the PostgreSQL driver include:
* Set all statistical counters to be unsigned
* Fix memory leaks
* Reduce memory footprint
* Fix issues with escaped SQL queries
* Add more debug output (only if debug is enabled)
* Micro speed and memory consumption improvements by removing not needed whitespace from SQL queries.
* Update PosgreSQL database schema (extending the amount of users DSPAM can handle with the PostgreSQL driver from 32767 to 2147483647 users)
* Update PosgreSQL purge scripts
The documentation for upgrading to DSPAM 3.9.0 has informations how to update existing DSPAM PostgreSQL schema from pre-3.9.0 to the new 3.9.0 schema.
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 21 +
UPGRADING | 11 +
src/pgsql_drv.c | 751 ++++++++++++++++++++++-----------
src/tools.pgsql_drv/pgsql_objects.sql | 36 +-
src/tools.pgsql_drv/purge-pe.sql | 31 +-
src/tools.pgsql_drv/purge.sql | 19 +-
src/tools.pgsql_drv/virtual_users.sql | 4 +-
7 files changed, 592 insertions(+), 281 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-30 17:28:49
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 3acd2cde86f9e197e7217f0b48183eaada633ded (commit)
from 544ba1b157ec32f33e1050e8f498e6d6a2258fb6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3acd2cde86f9e197e7217f0b48183eaada633ded
Author: Stevan Bajic <st...@ba...>
Date: Sat May 30 19:26:46 2009 +0200
Adding more tags to be stripped/handled in _ds_strip_html
MFM: 21 days
Bug-ID: none
Bug-Reported-By: none
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 4 ++++
src/decode.c | 18 ++++++++++++------
2 files changed, 16 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-30 10:22:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 544ba1b157ec32f33e1050e8f498e6d6a2258fb6 (commit)
from 21c0207ad66b98662c4425feeb53e207efb39f3d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 544ba1b157ec32f33e1050e8f498e6d6a2258fb6
Author: Stevan Bajic <st...@ba...>
Date: Sat May 30 12:22:05 2009 +0200
Fixes for bug id #2796390. This patch is the last in a series of patches related to bug id #2796390 and should hopefully fix the issues related to the bug id.
* Adding function _ds_strip_html to strip html tags and decode a bunch of html encoded characters
* Replacing stripping of html in _ds_degenerate_message with call to new function
* Speeding up and enhancing html message processing
MFM: 21 days
Bug-ID: 2796390
Bug-Reported-By: Vadim Zeitlin <va...@us...>
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 ++
src/decode.c | 265 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
src/decode.h | 3 +-
src/tokenizer.c | 102 ++++------------------
4 files changed, 288 insertions(+), 88 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-30 08:40:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 21c0207ad66b98662c4425feeb53e207efb39f3d (commit)
from e8f3e8dc19b1169f917a3933315790033f531b2e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 21c0207ad66b98662c4425feeb53e207efb39f3d
Author: Stevan Bajic <st...@ba...>
Date: Sat May 30 10:39:01 2009 +0200
Fixing typos in .git-template
-----------------------------------------------------------------------
Summary of changes:
.git-template | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-30 08:28:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via e8f3e8dc19b1169f917a3933315790033f531b2e (commit)
from a856f31d7ff304b7428f1c0c6601ca7eded9aef5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e8f3e8dc19b1169f917a3933315790033f531b2e
Author: Stevan Bajic <st...@ba...>
Date: Sat May 30 10:27:20 2009 +0200
Fixes for bug id #2796390 (bug is not 100% resolved by this patch)
* Adding function _ds_decode_hex8bit
* Replacing decoding of hexadecimal 8-bit in _ds_degenerate_message with call to new function
* Speeding up hexadecimal 8-bit decoding
MFM: 21 days
Bug-ID: 2796390
Submitted by: Stevan Bajic
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 ++++++
src/decode.c | 36 ++++++++++++++++++++++++++++++++++--
src/decode.h | 3 ++-
src/tokenizer.c | 35 ++++++++++-------------------------
4 files changed, 52 insertions(+), 28 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-29 23:52:42
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via a856f31d7ff304b7428f1c0c6601ca7eded9aef5 (commit)
from c5b6de01d088c1d2c2bb69d2096d57c31f0e36c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a856f31d7ff304b7428f1c0c6601ca7eded9aef5
Author: Stevan Bajic <st...@ba...>
Date: Sat May 30 01:51:26 2009 +0200
Fixes for bug id #2796390 (bug is not 100% resolved by this patch)
* Speeding up and fixing function _ds_decode_quoted()
* Adding function _ds_hex2dec()
MFM: 21 days
Bug-ID: 2796390
Submitted by: Stevan Bajic
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 5 +++
src/decode.c | 87 +++++++++++++++++++++++++++++++--------------------------
src/decode.h | 2 +
3 files changed, 54 insertions(+), 40 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-29 22:18:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via c5b6de01d088c1d2c2bb69d2096d57c31f0e36c5 (commit)
from 98de5e186e26f1a6e42568b408fc517086b555cf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5b6de01d088c1d2c2bb69d2096d57c31f0e36c5
Author: Stevan Bajic <st...@ba...>
Date: Sat May 30 00:17:27 2009 +0200
MySQL driver updates
* Updating _ds_setall_spamrecords to honor MySQLs max_allowed_packet for the insert query.
* Updating _ds_setall_spamrecords to honor MySQLs max_allowed_packet for the update query.
* Micro speed and memory consumption improvements by removing not needed whitespace from SQL queries.
MFM: 21 days
Bug-ID: none
Submitted by: Stevan Bajic
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 6 +
src/mysql_drv.c | 297 ++++++++++++++++++++++++++++++++++---------------------
2 files changed, 192 insertions(+), 111 deletions(-)
hooks/post-receive
--
dspam
|
|
From: Alexander P. <ap...@us...> - 2009-05-29 20:10:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via 98de5e186e26f1a6e42568b408fc517086b555cf (commit)
from dbda52612fa72dc3c3cf8f5754283a654f57aca6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 98de5e186e26f1a6e42568b408fc517086b555cf
Author: Alexander Prinsier <ap...@ma...>
Date: Fri May 29 22:09:30 2009 +0200
Added commit template
-----------------------------------------------------------------------
Summary of changes:
.git-template | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 .git-template
hooks/post-receive
--
dspam
|
|
From: Stevan B. <sb...@us...> - 2009-05-29 20:05:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via dbda52612fa72dc3c3cf8f5754283a654f57aca6 (commit)
via f98189514aef7374dfb1d824b93ea7a93443ecc3 (commit)
via 810233bdce3f90884c09e3e7d4fd7bc0d89114b5 (commit)
via 0203c9aed476f47f70a2a4391682a97e1ae72e2c (commit)
via 8b49d0ea7429a7ee3437f46c49e58fe20b2d75fe (commit)
via 3d6626155668efbc5925f8718bec22af27fb5e58 (commit)
from c0021b9fd87253b0a5c7b41769c01d6003be15c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dbda52612fa72dc3c3cf8f5754283a654f57aca6
Author: Stevan Bajic <st...@ba...>
Date: Fri May 29 22:05:25 2009 +0200
Revert "Closing bug id #2796390"
This reverts commit 2193f1010c0f2ddabfa0cb878996b2de11f2360f.
commit f98189514aef7374dfb1d824b93ea7a93443ecc3
Author: Stevan Bajic <st...@ba...>
Date: Fri May 29 22:05:13 2009 +0200
Revert "Fixing typos and errors for last submitted patch."
This reverts commit 3bcdfc8e848417bb574fbb1017e6deb81341ac62.
commit 810233bdce3f90884c09e3e7d4fd7bc0d89114b5
Author: Stevan Bajic <st...@ba...>
Date: Fri May 29 22:05:00 2009 +0200
Revert "Fixing errors from commit 2193f1010c0f2ddabfa0cb878996b2de11f2360f"
This reverts commit f21a36bc09933838856df267df94f1ac388dfcab.
commit 0203c9aed476f47f70a2a4391682a97e1ae72e2c
Author: Stevan Bajic <st...@ba...>
Date: Fri May 29 22:04:45 2009 +0200
Revert "Fixing errors from commit 2193f1010c0f2ddabfa0cb878996b2de11f2360f"
This reverts commit 91ea8ca835d3f40adf1a41297c9ed714506a5a8a.
commit 8b49d0ea7429a7ee3437f46c49e58fe20b2d75fe
Author: Stevan Bajic <st...@ba...>
Date: Fri May 29 22:04:22 2009 +0200
Revert "Fixing errors from commit 2193f1010c0f2ddabfa0cb878996b2de11f2360f"
This reverts commit 93c6fd9952674b2048d5ba9d459b79f9b84f98d3.
commit 3d6626155668efbc5925f8718bec22af27fb5e58
Author: Stevan Bajic <st...@ba...>
Date: Fri May 29 22:03:50 2009 +0200
Revert "MySQL driver updates."
This reverts commit c0021b9fd87253b0a5c7b41769c01d6003be15c9.
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 11 --
src/decode.c | 337 ++++++-------------------------------------------------
src/decode.h | 4 +-
src/mysql_drv.c | 101 ++--------------
src/tokenizer.c | 139 +++++++++++++++++------
src/util.h | 24 +----
6 files changed, 154 insertions(+), 462 deletions(-)
hooks/post-receive
--
dspam
|