]> jfr.im git - irc/evilnet/x3.git/blame_incremental - ChangeLog.X3
Fixed a bug with ,k <mask> and made it a little safer (again)
[irc/evilnet/x3.git] / ChangeLog.X3
... / ...
CommitLineData
1/***********************************************************************
2 X3 ChangeLog
3
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
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
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
262005-08-12 Alex Schumann <rubin@afternet.org>
27
28 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
29 of 'voice' setting. + Rewording setting help
30
31 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
32 of 'voice' setting.
33
34 * src/chanserv.help: Added help for automode. + Rewording setting help
35
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
512005-08-11 Alex Schumann <rubin@afternet.org>
52
53 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
54 command) when nef* bug sends the +o twice. ++fix bug in patch
55
562005-08-09 Alex Schumann <rubin@afternet.org>
57
58 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
59
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
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
85 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
86 whining.
87
882005-07-26 Alex Schumann <rubin@afternet.org>
89
90 * x3.conf.example: Updated from live afternet file and improved help
91 and layout. Added vim directive to set syntax type.
92
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
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
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.
120
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>
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
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
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
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
1782005-05-27 Alex Schumann <rubin@afternet.org>
179
180 * src/chanserv.c: Improved usability of register command, fixed
181 unregister reply.
182
183 * src/chanserv.help: Improved usability of register command
184
1852005-05-27 Alex Schumann <rubin@afternet.org>
186
187 * src/chanserv.c: Resync working now
188
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
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
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
2122005-05-18 Alex Schumann <rubin@afternet.org>
213
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
218 commands help if none exists. / Display no help for that command on
219 commands (instead of topic)
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.
226 *spelling ++more spelling (thx reed)
227
228 * src/nickserv.help: Removed =---= formatting, fixed a few things.
229 *spelling ++more spelling (thx reed)
230
231 * src/opserv.help: Removed =---= formatting, fixed a few things.
232 ++spelling (thx reed)
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
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
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
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.
268 Fixed email bug with adduser pending
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
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.)
279
280 * src/proto-p10.c: adduser pending cleanup code
281
282 * src/nickserv.help: improved set and register help
283
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
300 * UPGRADE: created file to document upgrading procedures
301
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.
307 Removed special consideration for ircops in protect_user()
308
309 * src/chanserv.help: updated documentation to reflect the new and
310 much simpler topicmask feature, and removed op/voice levels.
311
312 * src/nickserv.c: added tailing 'end of' line for accountinfo
313 for non-opers too.
314
315 * src/modcmd.c: tweaked alias notification for help and breef help.
316
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
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
3402005-04-04 Neil Spierling <sirvulcan@gmail.com>
341
342 * src/proto-p10.c: Reinstated +d usermode.
343
3442005-03-30 Alex Schumann <rubin@afternet.org>
345
346 * src/chanserv.c: Fixed unban.
347
348 * x3.conf.example: added note in snoop config that improper
349 setting for bots nick will cause segfault.
350
3512005-03-22 Alex Schumann <rubin@afternet.org>
352
353 * x3.conf.example: added sethost/fakehost settings to conf
354
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
360 * opserv.c: Changed style of command outputs, removed warn feature
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
3682005-03-18 Alex Schumann <rubin@afternet.org>
369
370 * Changed breef to brief...
371
372 * chanserv.c: Changed to access level names instead of numbers.
373
3742005-03-17 Alex Schumann <rubin@afternet.org>
375
376
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
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
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>
404
405 * src/common.h, src/opserv.h: more SRVX->X3 fixes
406
407 * opserv.c: fixed SRVX defines to X3
408
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
413 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
414 bunch more places.
415
4162005-03-07 Neil Spierling <sirvulcan@gmail.com>
417
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.
426
427***********************************************************************/
428
429#define CVS_VERSION "$Id$"
430