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