]> jfr.im git - irc/thales.git/blame - ChangeLog
cosmetics updates
[irc/thales.git] / ChangeLog
CommitLineData
18038256 1GNU Thales 0.9.5 (XX/XX/XXXX)
2 - server.lastsplit is not overwritten when a server rejoins.
3 - changed "Thales" to "GNU Thales" where it was relevant.
4 - renamed log() to mylog(), and log_perror() to mylog_perror() to prevent
5 conflicts.
2ace9480 6 - added TBUST to hybrid CAPAB line. Credits go to Wes Baehr
7 <iwes@totalmac.net>
8 - added a php script for clones detection. contributed by
9 Jens 'DukePyrolator' Voss <DukePyrolator@wiredirc.net>
10 - added Unreal mode +M
11Thales 0.9.4 (19/03/2003)
12 - away status was not properly restored in Caching mode. (reported
13 by admiral@ns.elbenstern.de)
14 - renamed strlwr to strtolwr (misc.c) to be able to compile on cygwin.
15 - improved ReportUsage.sh POSIX compatibility
16 - added Unreal usermodes +R & +V
17 - increased nickname length in SQL table user for hybrid ircd.
18 - re-indented the whole code using indent
19 - fixed bug in caching mode
20 - added log messages to the hash functions in verbose mode
21 - fixed bug in caching mode
22Thales 0.9.3 (04/02/2003)
23 - removed debug message
24Thales 0.9.2 (03/02/2003)
25 - added support for ultimate 2.8 +L chanmode
26 - thales could receive SJOIN for nonexisting users under some race
27 conditions. Now ignore them.
28 - added a workaround for Unreal bug (sending multiple SJOINs for
29 same (user, channel))
30 - removed some compilation warnings
31Thales 0.9.1 (12/02/2003)
32 - fixed small parsing bug from ircservices code
33 - fixed bugs in ultimate 2.8 support
34 - ability to hide channel passwords in config file
35 - included Wes Baehr's patch to fix TOPICs on Hybrid
36 - added --enable-noreportusage configure option to disable the usage report
37 - new hash function (should improve performance)
38 - Modified ReportUsage.sh to send mail to thales-usage@ and include Thales
39 version.
40 - SQL tables names are defined in db.h. They can be changed.
41Thales 0.9.0 (05/11/2002)
42 - added usage survey
43 - more detailed info about libmysqlclient linking problem.
44 - fixed ultimate 2.8 support
45 - removed nonexistent ultimate umode +q
46Thales 0.1.5 (23/10/2002)
47 - Ultimate 2.8 support
48 - MOTDFile option removed from config
49 - Hybrid 7 support
50 - now says for which ircd it was compiled on startup.
51 - New contrib : counter/ by z-master <z-master@apinc.org>
52Thales 0.1.4 (24/06/2002)
53 - hashlist support can now be disabled to fix some crashes. Anyway,
54 I'm very interested in fixing those crashes, so please tell me if
55 you experience those.
56 - now keeps an history. See the UserCacheTime & ServerCacheTime
57 parameters in the config.
58 - now includes contrib/logfilter to generate smaller logfiles for bug
59 reporting purposes.
60 - fixed a small memleak in db_getnick()
61Thales 0.1.3 (18/05/2002)
62 - new configure options : --enable-static and --enable-no-modes.
63 see INSTALL for details.
64 - thales entered an infinite loop when logging an unknown mode.
65 log an unknown mode only once, and give an example IRC message.
66 - fflush the logfile after logging
67 - renamed data/thales-*.sql to data/mysql-*.sql and changed the doc
68 accordingly (that's to prepare PostgreSQL support).
69 - the ircd type can now be specified using the --with-ircd=IRCDTYPE
70 configure option.
71 - added info on how to keep maxvalues data after an upgrade in the
72 README.
73 - LUSERS command is now fully implemented.
74 - added a connecttime field to the server table to be able to know
75 when a server connected to the net. (table structure must be reloaded,
76 see README file)
77 - now crashes without segfaulting if it can't connect to the DBMS.
78 - now sends a GLOBOPS before going down, giving a reason.
79Thales 0.1.2 (03/05/2002)
80 - optimized things using internal hashlists instead of querying the
81 database. resources usage decreased by 20%.
82 - rewrote messages.*, removing all DBMS stuff, and putting it in
83 actions.* to prepare PostgreSQL support. As a consequence, it's
84 no longer possible to ignore the epona bug which causes services
85 to join a channel where they already are.
86 - now checks if modes are known before trying to save them
87 (prevents crashes :o) )
88 - corrected a bug in mode -k handling and cleaned up mode handling
89 - re-added +R usermode for bahamut, ircdru and sequana (It wasn't
90 displayed as an available user mode on connect)
91 - added LUSERS command.
92 - now stores max number of users and channels in the "maxvalues" table.
93 - added NICKIP support for Bahamut, Sequana, IRCD-RU and Ultimate. The IP
94 address is stored in the "user" table with the name "ipaddr". You must
95 reload the database structure before running the new version for the
96 first time.
97
98Thales 0.1.1 (28/04/2002)
99 - improved autoconf's mysql test
100 - now uses mysql_real_* instead of mysql_*
101 - cleaned modes checks
102 - added IRCD-RU support (patch provided by Bob Ershov <raveman@wenet.ru>)
103 - added Magnet <magnet@epiknet.org>'s path for MDESC on Unreal
104 - added Partizanu <partizanu@expres.ro>'s digit2img script to contrib
105 - added Andy Smith <andy@strugglers.net>'s channels list script to contrib
106
107Thales 0.1.0 (20/04/2002)
108 - there's now a mailing list ! see README.
109 - cleaned up .sql files : this should decrease disk usage and improve perf a
110 little.
111 - added UltimateIRCD 3.0.0 support
112 (helped by salk@junglebean.co.za)
113 - make install doesn't overwrite thales.conf anymore.
114 - improved Unreal support a little
115 (reported by magnet@epiknet.org)
116 - Channel modes arguments (+k) can now contain quotes
117 (reported by shadow@homelanfed.com)
118 - Corrected the bug which (I suppose) caused many crashes
119 (reported by magnet@epiknet.org)
120
121Thales 0.0.9 (14/04/2002)
122 - corrected a small MySQL linking problem in autoconf/automake
123 (reported by mikep1230@att.net)
124
125Thales 0.0.8 (12/04/2002)
126 - added /TIME, /ADMIN, /MOTD
127 - gindented all the code (looks better now ;p)
128 - added Bahamut support
129 - removed a few warnings in log.c
130 - added copyright info to all files
131 - Thales now uses autoconf & automake, and IRCD is selected in ./configure
132 - AWAY and {CHG,SET}{HOST,IDENT,NAME} are now supported.
133
134Thales 0.0.7 (07/04/2002)
135 - First described version
136 - Unreal and Sequana support
137 - Docs written