]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog.X3
bug fix
[irc/evilnet/x3.git] / ChangeLog.X3
CommitLineData
ceafd592 1/***********************************************************************
2 X3 ChangeLog
3
a74c9eac
AS
42005-10-13 Alex Schumann <rubin@afternet.org>
5
6 * src/proto-p10.c: ignore remote /lusers
7
1478fd13
AS
82005-09-13 Alex Schumann <rubin@afternet.org>
9
10 * src/global.c: Changed motd header style
11
12 * src/nickserv.help: Improved directions for getting and using
13 accounts.
14
15 * src/chanserv.help: Improved directions for getting and using
16 accounts.
17
d1a65675
AS
182005-08-13 Alex Schumann <rubin@afternet.org>
19
20 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
21 some *@* protection.
22
23 * src/tools.c: added function to detect an overmask (too general)
24
25 * src/common.h: added function to detect an overmask (too general)
26
e3b2f789
AS
272005-08-12 Alex Schumann <rubin@afternet.org>
28
29 * src/chanserv.c: Modified resync to work accourding to automode
30 setting, and fixed a buffer overflow problem.
31
32 * src/chanserv.help: updated set automode and rsync help.
33
7fdb7639
AS
34 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
35 sets +x on AUTH.
36
37 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
38 sets +x on AUTH.
39
4b6129c0
AS
402005-08-12 Alex Schumann <rubin@afternet.org>
41
42 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
639bdb1d 43 of 'voice' setting. + Rewording setting help
4b6129c0
AS
44
45 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
46 of 'voice' setting.
47
639bdb1d 48 * src/chanserv.help: Added help for automode. + Rewording setting help
4b6129c0 49
5a1daaab
AS
502005-08-11 Alex Schumann <rubin@afternet.org>
51
52 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
53
54 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
55
56 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
57
58 * src/nickserv.c: Added option to have authserv oper/admin people with
59 opserv access. (Life4Christ)
60
61 * src/opserv.c: Added admin_level config option
62
63 * src/opserv.h: Added admin_level config option
64
ec0120d1
AS
652005-08-11 Alex Schumann <rubin@afternet.org>
66
67 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
3d0b24ce 68 command) when nef* bug sends the +o twice. ++fix bug in patch
ec0120d1 69
7153d2c7
AS
702005-08-09 Alex Schumann <rubin@afternet.org>
71
72 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
73
31f23f13
AS
742005-08-08 Alex Schumann <rubin@afternet.org>
75
76 * src/chanserv.c: Added banTimeout feature to .set
77
78 * src/chanserv.h: added banTimeout feature to .set
79
80 * src/recdb.c: Added some better error catching in database_get_data()
81
82 * src/proto-common.h: tabs
83
84 * x3.conf.example: added bantimeout to default set list, and ban
85 timeout frequency config setting.
86
872005-08-04 Alex Schumann <rubin@afternet.org>
88
89 * src/chanserv.c: Changed kick protected message to one without %s or
90 $b because the kick function doesnt support replacements.
91
92 * src/tools.c: fixed spelling error in comment.
93
132f7859
AS
942005-07-28 Alex Schumann <rubin@afternet.org>
95
96 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
97 one)
98
41fadebe
AS
99 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
100 whining.
101
240a3274
AS
1022005-07-26 Alex Schumann <rubin@afternet.org>
103
fbbc275b
AS
104 * x3.conf.example: Updated from live afternet file and improved help
105 and layout. Added vim directive to set syntax type.
106
240a3274
AS
107 * src/chanserv.c: ported x2's 8ball in, and improved it.
108
109 * src/math.c: Added osiris' hack to do_math for supporting
110 2(10) and 2pi etc. Improved it to handle pi2 also.
111
112 * src/chanserv.help: updated 8ball help and added 'myaccess' to
113 information help index.
114
88c7cb10
AS
1152005-07-18 Alex Schumann <rubin@afternet.org>
116
117 * src/proto-p10.c: added +L awareness
118
119 * src/hash.h: added +L awareness
120
121 * src/chanserv.help: changed set ctcpreaction help
122
2187a4e3 1232005-07-18 Neil Spierling <sirvulcan@gmail.com>
124
125 * src/modcmd.h: Lets make some functions global.
126
127 * src/modcmd.c: Log hostmasks no matter what.
128
129 * src/log.c: Lookup commands if they are from OpServ in the log.
130 If they match channel specific commands like OP, DEOP, etc then
131 we will display them in a LAST command (assuming the person doing
132 the LAST is an oper). Normal clients wont see commands that have
133 been performed by OpServ.
53b581a6 134
35caf917
AS
1352005-07-15 Alex Schumann <rubin@afternet.org>
136
137 * src/chanserv.c: Changed around ctcpreaction setting so it:
138 a) doesnt crash.
139 b) doesnt kick userlist members ever
140 c) has only 1 setting needed to control it
141 * src/chanserv.h: removed some old oplevel stuff.
142
1432005-07-14 Alex Schumann <rubin@afternet.org>
fede8b64
AS
144
145 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
146 remove errors from log. Fixed problem with missing break; in
147 channel mode c parsing (reed).
148
149 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
150
151 * src/log.c: Changed channel log target to send PRIVMSG instead of
152 NOTICE. (Ghozer)
153
23475fc6 1542005-05-07 Neil Spierling <sirvulcan@gmail.com>
155
156 * configure: Regenerated.
157
158 * configure.in: Added checks for tgmath.h.
159
160 * src/chanserv.c: Added new command LAST, from X2. Similar to
161 EVENTS except its file based. Bear in mind you dont have to use
162 both. You can bind what you want to use. Commented out zoot_list
163 as its not in use, just a warning fix.
164
165 * src/hash.c: Warning fix.
166
167 * src/log.h: Misc defines.
168
169 * src/log.c: Logging functions from X2.
170
171 * src/math.c: If tgmath.h doesnt exist then include some other
172 files that contain the functions we require.
173
174 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
175
176 * src/proto-p10.c: Added chanserv.h #include to squash a small
177 compile error. Made X3 understand MARK's to a small point. Fixed
178 a small parsing bug with exempts.
179
8e11460f
AS
1802005-07-06 Alex Schumann <rubin@afternet.org>
181
182 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
183
184 * src/opserv.c: Fixed an awkward output of trace count etc.
185
ca22ccd3
AS
1862005-06-22 Alex Schumann <rubin@afternet.org>
187 * src/chanserv.help: Improved DURATION help
188
189 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
190 a better average.
191
f8f30e75
AS
1922005-05-27 Alex Schumann <rubin@afternet.org>
193
fa0fac3e
AS
194 * src/chanserv.c: Improved usability of register command, fixed
195 unregister reply.
f8f30e75
AS
196
197 * src/chanserv.help: Improved usability of register command
198
56269744
AS
1992005-05-27 Alex Schumann <rubin@afternet.org>
200
201 * src/chanserv.c: Resync working now
202
1bcd5f19 2032005-05-27 Reed Loden <reed@reedloden.com>
204
205 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
206 grammar issues in the message send to pending users. Fixed a
207 problem with some of the resync code.
208
5ca901c3
AS
2092005-05-27 Alex Schumann <rubin@afternet.org>
210
211 * src/chanserv.c: make pending add check if the person is already on
212 the userlist before re-adding them (thx exec & reed for noticing this)
213 Fix capitalisation of I in pending notice.
214
ed05669c
AS
2152005-05-18 Alex Schumann <rubin@afternet.org>
216
217 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
218 working, and pointed me to the opserv helpfiles command, which shows
219 what services search what help files. This fixes the help command to
220 search that list as it should. Still need to modify the 'default'
221 helpfile search bindigs because I dont think chanserv should respond
222 to help from opserv's db, etc. See opserv's 'helpfiles' command.
223
224 * src/modcmd.help: clarified 'helpfiles' help.
225
b1bf690d
AS
2262005-05-18 Alex Schumann <rubin@afternet.org>
227
1d957482
AS
228 * src/helpfile.c: make send_help() return true/false and not send
229 errors so svccmd_send_help can 'take control' of things.
230
231 * src/modcmd.c: Fixed up the help system (again) / find aliased
ed05669c
AS
232 commands help if none exists. / Display no help for that command on
233 commands (instead of topic)
b1bf690d
AS
234
235 * src/modcmd.h: Fixed up the help system (again)
236
237 * src/global.c: Fixed syntax display
238
239 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1d957482 240 *spelling ++more spelling (thx reed)
b1bf690d
AS
241
242 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1d957482 243 *spelling ++more spelling (thx reed)
b1bf690d
AS
244
245 * src/opserv.help: Removed =---= formatting, fixed a few things.
1d957482 246 ++spelling (thx reed)
b1bf690d
AS
247
248 * src/global.help: simplified index
249
250 * src/nickserv.c: Changed message users get when their email is
251 already used for an account, fixed syntax help
252
253 * src/opserv.c: fixed syntax help
254
95a73185
AS
2552005-05-16 Alex Schumann <rubin@afternet.org>
256
257 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
258 the help file.
259
c8273589
AS
2602005-05-04 Alex Schumann <rubin@afternet.org>
261
262 * src/modcmd.c: added a 'rebindall' command to assist with
263 upgrades and changes which change command bindings.
264
265 * src/modcmd.help: modified help to reflect above
266
267 * src/opserv.help: modified help to reflect above
268
269 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
270 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
271 between channel bans (+b) and x3 remembered bans (lamers)
272
273 * src/chanserv.help: modified help to reflect above
274
275 * UPGRADE: added use of rebindall to upgrade instructions
276
ac3bdc8d
AS
2772005-05-04 Alex Schumann <rubin@afternet.org>
278
279 * src/chanserv.c: added an 'adduser pending' feature, where if
280 someone isn't authed x3 will ask them to /auth or register, and then
281 automatically finish adding them to the channel when they do.
a03d6c77 282 Fixed email bug with adduser pending
ac3bdc8d
AS
283
284 * src/chanserv.h: adduser pending
285
286 * src/hash.c: adduser pending
287
288 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
289
02c37249
AS
290 * src/nickserv.c: adduser pending cleanup and activation code,
291 Arch sync (Avoid losing channel information when
292 replacing an account using the mergedb command.)
ac3bdc8d
AS
293
294 * src/proto-p10.c: adduser pending cleanup code
295
b5885247
AS
296 * src/nickserv.help: improved set and register help
297
c8ca69a0
AS
2982005-05-04 Alex Schumann <rubin@afternet.org>
299
300 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
301 negitive). Added set voice to provide control over use of voice.
302 Implimented a basic chanserv db version control system for upgrading
303 seamlessly.
304
305 * src/chanserv.help: adjusted help to reflect voice and uset autoop
306 changes.
307
308 * src/hash.h: updated ssz comment from z to Z
309
310 * src/modcmd.help: rewrote BIND help
311
312 * src/proto-p10.c: Added Z (sslonly) support back in
313
ac3bdc8d 314 * UPGRADE: created file to document upgrading procedures
c8ca69a0 315
b75e24a3
AS
3162005-04-23 Alex Schumann <rubin@afternet.org>
317 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
318 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
319 topicmask to be an on or off setting, uninfluenced by enftopic.
320 Added feature to use mask on /topic in addition to ,topic sets.
4cf6e271 321 Removed special consideration for ircops in protect_user()
b75e24a3
AS
322
323 * src/chanserv.help: updated documentation to reflect the new and
324 much simpler topicmask feature, and removed op/voice levels.
325
684e2f02
AS
326 * src/nickserv.c: added tailing 'end of' line for accountinfo
327 for non-opers too.
328
4cf6e271
AS
329 * src/modcmd.c: tweaked alias notification for help and breef help.
330
180e0971
AS
3312005-04-20 Alex Schumann <rubin@afternet.org>
332
333 * src/proto-common.c: removing +d. needs to be a config option
334 or something.
335
336 * src/nickserv.help: modified main help reply of authserv
337
338 * src/nickserv.c: added title, epithet, and fakehost to oset listing
339
340 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
341 totally redesigned though.
342
4bffb7bd
AS
3432005-04-15 Alex Schumann <rubin@afternet.org>
344
345 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
346 at the same time. The whole block needs to be if/else instead of
347 switch though, to be cleaner.
348
349 * src/nickserv.help: added fakehost and title options to help oset.
350
351 * src/nickserv.c: removed 'style' setting. (was not being used in
352 code anyway)
353
66bb2c5b 3542005-04-04 Neil Spierling <sirvulcan@gmail.com>
355
356 * src/proto-p10.c: Reinstated +d usermode.
357
aa222db2
AS
3582005-03-30 Alex Schumann <rubin@afternet.org>
359
360 * src/chanserv.c: Fixed unban.
361
4c1f98d9
AS
362 * x3.conf.example: added note in snoop config that improper
363 setting for bots nick will cause segfault.
364
04009ebf
AS
3652005-03-22 Alex Schumann <rubin@afternet.org>
366
367 * x3.conf.example: added sethost/fakehost settings to conf
368
de9510bc
AS
3692005-03-19 Alex Schumann <rubin@afternet.org>
370
371 * chanserv.c: Changed style of command outputs, added userlevel back
372 to users list.
373
c52666c6 374 * opserv.c: Changed style of command outputs, removed warn feature
de9510bc
AS
375
376 * tools.c: shortened duration string lengths
377
378 * main.c: shortened duration string lengths
379
380 * sendmail.c: Changed style of stats email
381
567a5f26
AS
3822005-03-18 Alex Schumann <rubin@afternet.org>
383
384 * Changed breef to brief...
385
a915f7d4
AS
386 * chanserv.c: Changed to access level names instead of numbers.
387
e6892204
AS
3882005-03-17 Alex Schumann <rubin@afternet.org>
389
567a5f26 390
e6892204
AS
391 * src/opserv.c: Improved readability of trace print output
392
393 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
394 a little.
395
396 * src/helpfile.c: Improved table_send readability (used in lots
397 of listings including users and stats network etc)
398
4b5782a4
AS
3992005-03-15 Alex Schumann <rubin@afternet.org>
400
401 * src/chanserv.c: Improved some syntax error reporting for commands
402
403 * src/helpfile.c: Added a 'breef' help function
404
405 * src/helpfile.h: Added a 'breef' help function
406
407 * src/main.c: Improved some syntax error reporting for commands
408
409 * src/modcmd.c: Improved some syntax error reporting for commands
410
411 * src/modcmd.h: Improved some syntax error reporting for commands
412
47777b9b 4132005-03-15 Reed Loden <reed@reedloden.com>
414
415 * Synchronization with srvx--devo--1.3--patch-19.
416
4172005-03-12 Alex Schumann <rubin@afternet.org>
f14e4f83 418
921592dd
AS
419 * src/common.h, src/opserv.h: more SRVX->X3 fixes
420
f14e4f83 421 * opserv.c: fixed SRVX defines to X3
5885cc06 422
51db18e0
AS
423 * src/nickserv.c: Applied patch to bring up to date with
424 local uncommitted changes on afternets srvx2 tree. improved
425 cookie gen code and removed /play from cookie messages.
426
ee20ba5b 427 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
5885cc06
AS
428 bunch more places.
429
34938510 4302005-03-07 Neil Spierling <sirvulcan@gmail.com>
ceafd592 431
34938510 432 * nickserv.help: Added odelcookie section.
433
434 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
435 cookies.
436
437 * src/md5.c: Cleaned up compile warnings.
438
439 * src/nickserv.help: Added odelcookie section.
ceafd592 440
441***********************************************************************/
442
23475fc6 443#define CVS_VERSION "$Id$"
ceafd592 444