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