]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog.X3
changelog to come later
[irc/evilnet/x3.git] / ChangeLog.X3
CommitLineData
ceafd592 1/***********************************************************************
2 X3 ChangeLog
3
23475fc6 42005-05-07 Neil Spierling <sirvulcan@gmail.com>
5
6 * configure: Regenerated.
7
8 * configure.in: Added checks for tgmath.h.
9
10 * src/chanserv.c: Added new command LAST, from X2. Similar to
11 EVENTS except its file based. Bear in mind you dont have to use
12 both. You can bind what you want to use. Commented out zoot_list
13 as its not in use, just a warning fix.
14
15 * src/hash.c: Warning fix.
16
17 * src/log.h: Misc defines.
18
19 * src/log.c: Logging functions from X2.
20
21 * src/math.c: If tgmath.h doesnt exist then include some other
22 files that contain the functions we require.
23
24 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
25
26 * src/proto-p10.c: Added chanserv.h #include to squash a small
27 compile error. Made X3 understand MARK's to a small point. Fixed
28 a small parsing bug with exempts.
29
8e11460f
AS
302005-07-06 Alex Schumann <rubin@afternet.org>
31
32 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
33
34 * src/opserv.c: Fixed an awkward output of trace count etc.
35
ca22ccd3
AS
362005-06-22 Alex Schumann <rubin@afternet.org>
37 * src/chanserv.help: Improved DURATION help
38
39 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
40 a better average.
41
f8f30e75
AS
422005-05-27 Alex Schumann <rubin@afternet.org>
43
fa0fac3e
AS
44 * src/chanserv.c: Improved usability of register command, fixed
45 unregister reply.
f8f30e75
AS
46
47 * src/chanserv.help: Improved usability of register command
48
56269744
AS
492005-05-27 Alex Schumann <rubin@afternet.org>
50
51 * src/chanserv.c: Resync working now
52
1bcd5f19 532005-05-27 Reed Loden <reed@reedloden.com>
54
55 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
56 grammar issues in the message send to pending users. Fixed a
57 problem with some of the resync code.
58
5ca901c3
AS
592005-05-27 Alex Schumann <rubin@afternet.org>
60
61 * src/chanserv.c: make pending add check if the person is already on
62 the userlist before re-adding them (thx exec & reed for noticing this)
63 Fix capitalisation of I in pending notice.
64
ed05669c
AS
652005-05-18 Alex Schumann <rubin@afternet.org>
66
67 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
68 working, and pointed me to the opserv helpfiles command, which shows
69 what services search what help files. This fixes the help command to
70 search that list as it should. Still need to modify the 'default'
71 helpfile search bindigs because I dont think chanserv should respond
72 to help from opserv's db, etc. See opserv's 'helpfiles' command.
73
74 * src/modcmd.help: clarified 'helpfiles' help.
75
b1bf690d
AS
762005-05-18 Alex Schumann <rubin@afternet.org>
77
1d957482
AS
78 * src/helpfile.c: make send_help() return true/false and not send
79 errors so svccmd_send_help can 'take control' of things.
80
81 * src/modcmd.c: Fixed up the help system (again) / find aliased
ed05669c
AS
82 commands help if none exists. / Display no help for that command on
83 commands (instead of topic)
b1bf690d
AS
84
85 * src/modcmd.h: Fixed up the help system (again)
86
87 * src/global.c: Fixed syntax display
88
89 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1d957482 90 *spelling ++more spelling (thx reed)
b1bf690d
AS
91
92 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1d957482 93 *spelling ++more spelling (thx reed)
b1bf690d
AS
94
95 * src/opserv.help: Removed =---= formatting, fixed a few things.
1d957482 96 ++spelling (thx reed)
b1bf690d
AS
97
98 * src/global.help: simplified index
99
100 * src/nickserv.c: Changed message users get when their email is
101 already used for an account, fixed syntax help
102
103 * src/opserv.c: fixed syntax help
104
95a73185
AS
1052005-05-16 Alex Schumann <rubin@afternet.org>
106
107 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
108 the help file.
109
c8273589
AS
1102005-05-04 Alex Schumann <rubin@afternet.org>
111
112 * src/modcmd.c: added a 'rebindall' command to assist with
113 upgrades and changes which change command bindings.
114
115 * src/modcmd.help: modified help to reflect above
116
117 * src/opserv.help: modified help to reflect above
118
119 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
120 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
121 between channel bans (+b) and x3 remembered bans (lamers)
122
123 * src/chanserv.help: modified help to reflect above
124
125 * UPGRADE: added use of rebindall to upgrade instructions
126
ac3bdc8d
AS
1272005-05-04 Alex Schumann <rubin@afternet.org>
128
129 * src/chanserv.c: added an 'adduser pending' feature, where if
130 someone isn't authed x3 will ask them to /auth or register, and then
131 automatically finish adding them to the channel when they do.
a03d6c77 132 Fixed email bug with adduser pending
ac3bdc8d
AS
133
134 * src/chanserv.h: adduser pending
135
136 * src/hash.c: adduser pending
137
138 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
139
02c37249
AS
140 * src/nickserv.c: adduser pending cleanup and activation code,
141 Arch sync (Avoid losing channel information when
142 replacing an account using the mergedb command.)
ac3bdc8d
AS
143
144 * src/proto-p10.c: adduser pending cleanup code
145
b5885247
AS
146 * src/nickserv.help: improved set and register help
147
c8ca69a0
AS
1482005-05-04 Alex Schumann <rubin@afternet.org>
149
150 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
151 negitive). Added set voice to provide control over use of voice.
152 Implimented a basic chanserv db version control system for upgrading
153 seamlessly.
154
155 * src/chanserv.help: adjusted help to reflect voice and uset autoop
156 changes.
157
158 * src/hash.h: updated ssz comment from z to Z
159
160 * src/modcmd.help: rewrote BIND help
161
162 * src/proto-p10.c: Added Z (sslonly) support back in
163
ac3bdc8d 164 * UPGRADE: created file to document upgrading procedures
c8ca69a0 165
b75e24a3
AS
1662005-04-23 Alex Schumann <rubin@afternet.org>
167 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
168 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
169 topicmask to be an on or off setting, uninfluenced by enftopic.
170 Added feature to use mask on /topic in addition to ,topic sets.
4cf6e271 171 Removed special consideration for ircops in protect_user()
b75e24a3
AS
172
173 * src/chanserv.help: updated documentation to reflect the new and
174 much simpler topicmask feature, and removed op/voice levels.
175
684e2f02
AS
176 * src/nickserv.c: added tailing 'end of' line for accountinfo
177 for non-opers too.
178
4cf6e271
AS
179 * src/modcmd.c: tweaked alias notification for help and breef help.
180
180e0971
AS
1812005-04-20 Alex Schumann <rubin@afternet.org>
182
183 * src/proto-common.c: removing +d. needs to be a config option
184 or something.
185
186 * src/nickserv.help: modified main help reply of authserv
187
188 * src/nickserv.c: added title, epithet, and fakehost to oset listing
189
190 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
191 totally redesigned though.
192
4bffb7bd
AS
1932005-04-15 Alex Schumann <rubin@afternet.org>
194
195 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
196 at the same time. The whole block needs to be if/else instead of
197 switch though, to be cleaner.
198
199 * src/nickserv.help: added fakehost and title options to help oset.
200
201 * src/nickserv.c: removed 'style' setting. (was not being used in
202 code anyway)
203
66bb2c5b 2042005-04-04 Neil Spierling <sirvulcan@gmail.com>
205
206 * src/proto-p10.c: Reinstated +d usermode.
207
aa222db2
AS
2082005-03-30 Alex Schumann <rubin@afternet.org>
209
210 * src/chanserv.c: Fixed unban.
211
4c1f98d9
AS
212 * x3.conf.example: added note in snoop config that improper
213 setting for bots nick will cause segfault.
214
04009ebf
AS
2152005-03-22 Alex Schumann <rubin@afternet.org>
216
217 * x3.conf.example: added sethost/fakehost settings to conf
218
de9510bc
AS
2192005-03-19 Alex Schumann <rubin@afternet.org>
220
221 * chanserv.c: Changed style of command outputs, added userlevel back
222 to users list.
223
c52666c6 224 * opserv.c: Changed style of command outputs, removed warn feature
de9510bc
AS
225
226 * tools.c: shortened duration string lengths
227
228 * main.c: shortened duration string lengths
229
230 * sendmail.c: Changed style of stats email
231
567a5f26
AS
2322005-03-18 Alex Schumann <rubin@afternet.org>
233
234 * Changed breef to brief...
235
a915f7d4
AS
236 * chanserv.c: Changed to access level names instead of numbers.
237
e6892204
AS
2382005-03-17 Alex Schumann <rubin@afternet.org>
239
567a5f26 240
e6892204
AS
241 * src/opserv.c: Improved readability of trace print output
242
243 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
244 a little.
245
246 * src/helpfile.c: Improved table_send readability (used in lots
247 of listings including users and stats network etc)
248
4b5782a4
AS
2492005-03-15 Alex Schumann <rubin@afternet.org>
250
251 * src/chanserv.c: Improved some syntax error reporting for commands
252
253 * src/helpfile.c: Added a 'breef' help function
254
255 * src/helpfile.h: Added a 'breef' help function
256
257 * src/main.c: Improved some syntax error reporting for commands
258
259 * src/modcmd.c: Improved some syntax error reporting for commands
260
261 * src/modcmd.h: Improved some syntax error reporting for commands
262
47777b9b 2632005-03-15 Reed Loden <reed@reedloden.com>
264
265 * Synchronization with srvx--devo--1.3--patch-19.
266
2672005-03-12 Alex Schumann <rubin@afternet.org>
f14e4f83 268
921592dd
AS
269 * src/common.h, src/opserv.h: more SRVX->X3 fixes
270
f14e4f83 271 * opserv.c: fixed SRVX defines to X3
5885cc06 272
51db18e0
AS
273 * src/nickserv.c: Applied patch to bring up to date with
274 local uncommitted changes on afternets srvx2 tree. improved
275 cookie gen code and removed /play from cookie messages.
276
ee20ba5b 277 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
5885cc06
AS
278 bunch more places.
279
34938510 2802005-03-07 Neil Spierling <sirvulcan@gmail.com>
ceafd592 281
34938510 282 * nickserv.help: Added odelcookie section.
283
284 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
285 cookies.
286
287 * src/md5.c: Cleaned up compile warnings.
288
289 * src/nickserv.help: Added odelcookie section.
ceafd592 290
291***********************************************************************/
292
23475fc6 293#define CVS_VERSION "$Id$"
ceafd592 294