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