]> jfr.im git - irc/evilnet/x3.git/blob - ChangeLog
improveing mdelop and friends to work on all levels of op etc
[irc/evilnet/x3.git] / ChangeLog
1 /***********************************************************************
2 X3 ChangeLog
3
4 2006-12-01 Alex Schumann <rubin@afternet.org>
5
6 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
7 on users of non-standard access level such as 201. Fixed this by
8 changing mdelop and friends to work on the range of access levels.
9
10 2006-11-30 Alex Schumann <rubin@afternet.org>
11
12 * src/chanserv.c: Modified .myaccess such that if you give it your own
13 account when you are not a helper, it still works. (Requested by
14 Jigsy)
15
16 * src/nickserv.help: Corrected the help file to feed oregister based
17 on email_required instead of email_enabled
18
19 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
20 causes crash in set if no title) thanks xanjunior
21
22 2006-10-18 Neil Spierling <sirvulcan@gmail.com>
23
24 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
25 opserv WHOIS from another service (when bound), the channels reply
26 would come from o3 instead of that service.
27
28 2006-10-18 Neil Spierling <sirvulcan@gmail.com>
29
30 * src/opserv.c: Added in SVSPART alert/traces.
31
32 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
33
34 * src/proto.h: Added in decleration for svspart.
35
36 * src/proto-p10.c: Extend current SVSPART functionality so that we
37 can send them with traces etc.
38
39 2006-10-14 Alex Schumann <rubin@afternet.org>
40
41 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
42 in svsjoin alerts. Cleanup old silent code fragments left over. Check
43 for missing chantarget in alerts also.
44
45 2006-10-12 Alex Schumann <rubin@afternet.org>
46
47 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
48 setup x3 to version only users matching a criteria, and then another
49 alert to do someting based on the version reply. This should be
50 usefull for finding bots etc. Or, for example, you can make all xchat
51 people join #xchat, or all mirc join #mirc etc.
52 Also, there is a fix in here for SVSJOIN which i hadn't gotten
53 everything working with.
54
55 * src/proto-p10.c: added privmsg_user and version_user functions
56
57 * src/proto.h: added privmsg_user and version_user function
58 declerations
59
60 * src/hash.h: added version_reply variable to users
61
62
63
64 2006-10-12 Alex Schumann <rubin@afternet.org>
65
66 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
67 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
68 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
69 or send all level3 users to a perticular channel on connection, etc.
70
71 2006-10-12 Alex Schumann <rubin@afternet.org>
72
73 * src/chanserv.c: Make lamers not affect users on the userlist above
74 inviteme level in the channel. (why kb users who can .uba and
75 .inviteme back in?)
76
77 2006-10-10 Neil Spierling <sirvulcan@gmail.com>
78
79 * src/spamserv.c: Ignore those with access (if the options are
80 disabled- scanchanops, scanhalfops, scanvoiced.
81
82 2006-10-08 Alex Schumann <rubin@afternet.org>
83
84 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
85 autojoin. Not really a great solution. Instead, move auth_handler
86 funcs to be called after stamping etc. thx to Buttaknife for this
87 solution.
88
89 * src/nickserv.c: move auth_func calls to after stamping, and
90 commented up the cmd_auth source to make it more managable.
91
92 2006-10-04 Alex Schumann <rubin@afternet.org>
93
94 * src/chanserv.c: remove redundant 'none' from empty llists
95
96 2006-10-04 Neil Spierling <sirvulcan@gmail.com>
97
98 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
99 over with odelcookie now.
100
101 2006-10-04 Neil Spierling <sirvulcan@gmail.com>
102
103 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
104 in a channel and a user auths in the channel, the user will not
105 receive autoop etc if they have it enabled in uset.
106
107 2006-10-03 Alex Schumann <rubin@afternet.org>
108
109 * src/opserv.c: Check for connect timer entries before adding new
110 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
111
112 2006-09-25 Neil Spierling <sirvulcan@gmail.com>
113
114 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
115 by him.
116
117 2006-09-16 Neil Spierling <sirvulcan@gmail.com>
118
119 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
120 happening before autohide. Let me know if its still happening before
121 autohide.
122
123 * src/chanserv.help: Updated the AUTOJOIN bit.
124
125 2006-09-13 Alex Schumann <rubin@afternet.org>
126
127 * src/chanserv.help: improved the help listing for the info command,
128 and information help category.
129
130 2006-09-10 Neil Spierling <sirvulcan@gmail.com>
131
132 * src/mod-memoserv.c: Fixed crash bug.
133
134 * src/spamserv.c: Ignore opers.
135
136 2006-08-28 Neil Spierling <sirvulcan@gmail.com>
137
138 * README: tweaks.
139
140 2006-08-27 Neil Spierling <sirvulcan@gmail.com>
141
142 * src/chanserv.help: Tweaked a , to .
143
144 2006-08-27 Neil Spierling <sirvulcan@gmail.com>
145
146 * src/opserv.help: Removed privs menu so we can release a tarball.
147
148 2006-08-25 Alex Schumann <rubin@afternet.org>
149
150 * src/chanserv.c: fix uset reply for halfops
151
152 * src/nickserv.help: document the 'b' account flag
153
154 2006-08-26 Neil Spierling <sirvulcan@gmail.com>
155
156 * x3.conf.example: Added hidden host style option and key options
157 for style 2.
158
159 * src/hosthiding.h: Remove KEY #defines.
160
161 * src/hosthiding.c: Set the keys only once using the conf values.
162
163 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
164 of standard hidden hosts if style is 2.
165
166 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
167 of standard hidden hosts if style is 2.
168
169 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
170 hostname (unresolved). This is how Nefarious works.
171
172 * src/tools.c: Generate hidden hosts off crypt hosts instead
173 of standard hidden hosts if style is 2.
174
175 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
176
177 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
178
179 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
180
181 * src/proto.h: irc_svsjoin decelerations.
182
183 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
184 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
185 an SJ it will be handled properly as a JOIN. Did the same for
186 SVSPART.
187
188 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
189
190 * src/spamserv.c: Fixed the +k issue with spamserv.
191
192 2006-08-24 Neil Spierling <sirvulcan@gmail.com>
193
194 * src/opserv.c: Added PRIVSET Command.
195
196 * src/opserv.help: Added PRIVSET Command. Plus contents for the
197 privs section.
198
199 * src/proto.h: irc_privs deceleration.
200
201 * src/proto-p10.c: Fixed a compile issue plus added functions for
202 setting and checking privs.
203
204 2006-08-23 Neil Spierling <sirvulcan@gmail.com>
205
206 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
207
208 * src/hash.h: Priv declerations.
209
210 * src/opserv.c: Show privs in WHOIS output.
211
212 * src/proto.h: client_report_privs decleration.
213
214 * src/proto-p10.c: Handle PRIV only for type 6 servers.
215
216 2006-08-19 Alex Schumann <rubin@afternet.org>
217
218 * src/authserv.c: document the oset flag +b in help (hide from staff
219 command.)
220
221 2006-08-19 Alex Schumann <rubin@afternet.org>
222
223 * src/chanserv.c: added reply command, which responds similar to calc,
224 but with any message. (for use with bindings)
225
226 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
227 are replaced with the target command's calling user's account, nick,
228 and numnick respectively. This and the above allows things like:
229 BIND x3 account x3.reply your account is $a or
230 BIND x3 kickme x3.kick $n $1-
231 more to come, maybe, later.
232
233 2006-08-01 Alex Schumann <rubin@afternet.org>
234
235 * src/modcmd.c: Added OSI certification message to VERSION command
236
237 2006-08-09 Neil Spierling <sirvulcan@gmail.com>
238
239 * x3.conf.example: Redid part of the geoip summary.
240
241 2006-08-09 Neil Spierling <sirvulcan@gmail.com>
242
243 * src/opserv.c: If we have a city, latitude and longitude returned
244 then show a map url. Some results have no city but a latitude and
245 a longitude. The coordinates are useless in this case and most
246 people would know where the country is around abouts.
247
248 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
249
250 * src/hash.c: Speed up city and country lookups significantly.
251 Just slow for the first read but once thats done the rest is fast.
252
253 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
254
255 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
256 I dont know if this will work for sure as i cant reproduce it. But
257 my theory is that once the user is kicked the mode node is dropped.
258 Users without modes should still return a valid mode node.
259
260 2006-08-08 Neil Spierling <sirvulcan@gmail.com>
261
262 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
263 if a giveownership command was issued in a channel with no owners.
264
265 2006-08-07 Neil Spierling <sirvulcan@gmail.com>
266
267 * configure: Regenerated.
268
269 * configure.in: Added checks for GeoIP headers and libs.
270
271 * x3.conf.example: Add in 2 options for the dat filenames of the
272 city and country files. If not specified then no geoip data
273 will be checked.
274
275 * src/config.h.in: Regenerated.
276
277 * src/hash.c: Created a function to check the geoip info from the
278 dat files.
279
280 * src/hash.h: Decelerations plus added entries to the userNode
281 struct.
282
283 * src/opserv.c: Display the GeoIP information in WHOIS.
284
285 * src/proto-p10.c: Call the new geoip data collection function
286 towards the end of AddUser.
287
288 2006-08-06 Neil Spierling <sirvulcan@gmail.com>
289
290 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
291
292 2006-08-01 Alex Schumann <rubin@afternet.org>
293
294 * src/chanserv.c: Add automode 6, to just voice everyone with access.
295 Idea by daniel (thx)
296
297 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
298
299 * This message is apart of the below one, its just seperate so
300 it doesnt get lost amongst the below messages.
301
302 * src/global.c: Fixed a warning.
303
304 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
305
306 * configure: Removed bahamut support, didnt even work.
307
308 * configure.in: Removed bahamut support, didnt even work.
309
310 * INSTALL: Removed bahamut support, didnt even work.
311
312 * x3.conf.example: Removed bahamut support, didnt even work.
313
314 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
315
316 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
317 work.
318
319 * src/config.h.in: Removed bahamut support, didnt even work.
320
321 * src/gline.c: Removed bahamut support, didnt even work.
322
323 * src/hash.h: Removed bahamut support, didnt even work.
324
325 * src/nickserv.c: Removed bahamut support, didnt even work.
326
327 * src/nickserv.h: Removed bahamut support, didnt even work.
328
329 * src/Makefile.am: Removed bahamut support, didnt even work.
330
331 * src/Makefile.in: Removed bahamut support, didnt even work.
332
333 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
334
335 * src/shun.c: Removed bahamut support, didnt even work.
336
337 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
338
339 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
340 spamserv.c, nickserv.c.
341
342 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
343
344 * src/nickserv.c: Changed global_message uses to global_message_arg's.
345
346 * src/opserv.c: Changed global_message uses to global_message_arg's.
347
348 * src/spamserv.c: Changed global_message uses to global_message_arg's.
349
350 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
351
352 * src/chanserv.c: Changed global_message uses to global_message_arg's.
353
354 * src/global.c: Added language strings for chanserv.c
355
356 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
357
358 * src/global.c: Make sure we arnt sending duplicate messages in
359 some cases.
360
361 2006-08-01 Neil Spierling <sirvulcan@gmail.com>
362
363 * src/x3.conf.example: Removed the targets option.
364
365 * src/global.c: Wrote new function that will global message users
366 and/or opers and/or helpers messages in their own langauge. The
367 strings are set either in language files or in the global.c message
368 struct. This allows us to send defcon notices to people and they
369 will get them in their own language if they have it set.
370
371 * src/global.h: global_message_args decleration.
372
373 * src/opserv.c: Removed targets option for defcon as its too hard
374 to send messages to people in channels if the people have different
375 language settings.
376
377 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
378
379 * src/opserv.c: TODO stuff.
380
381 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
382
383 * x3.conf.example: Added SHUN setting for DEFCON.
384
385 * doc/DEFCON: Added SHUN setting for DEFCON.
386
387 * src/opserv.c: Moved the gline check to here. Also added a SHUN
388 check.
389
390 * src/opserv.h: Added SHUN setting for DEFCON.
391
392 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
393
394 2006-07-31 Neil Spierling <sirvulcan@gmail.com>
395
396 * x3.conf.example: Added new Defcon system settings
397
398 * doc/DEFCON: Anope's Defcon doc adapted for X3.
399
400 * src/chanserv.c: Block mode changes and channel registrations if
401 required.
402
403 * src/mod-memoserv.c: Block new memos if required.
404
405 * src/nickserv.c: Block nick registrations if required.
406
407 * src/opserv.c: Added in defcon system, uses some of the anope code.
408 Most tho is from scratch.
409
410 * src/opserv.h: Defcon declerations.
411
412 * src/opserv.help: Added DEFCON entry.
413
414 * src/proto-p10.c: If required gline new clients, also if required
415 kill new clients.
416
417 2006-07-29 Alex Schumann <rubin@afternet.org>
418
419 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
420 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
421 not comfortable running 'make install' on libtre from ./configure.
422 This violates what the user expects in a way that can harm the system.
423 Changed how the libtre checks work and provided easy-to-use install
424 script. -fix link stage
425
426 * rx/Makefile.in: fix autotools warning(s)
427
428 2006-07-28 Alex Schumann <rubin@afternet.org>
429
430 * src/nickserv.help: add odelcookie to help oper
431
432 * x3.conf.example: update & improve x3.conf.example description of
433 extended_accounts setting.
434
435 2006-07-26 Alex Schumann <rubin@afternet.org>
436
437 * src/opserv.c: Fix crash when doing reroute if routing isnt
438 configured. | Voice discovered that the error message for addplan fail
439 was typeo'd so not showing.
440
441 * src/opserv.help: slight changes to routing help.
442
443 * src/chanserv.c: let non-staff see when channels were registered with
444 .info
445
446 2006-07-24 Alex Schumann <rubin@afternet.org>
447
448 * src/proto-p10.c: dont burst channels with 0 users in them (which
449 were created by alert discrims, most likely)
450
451 2006-07-23 Alex Schumann <rubin@afternet.org>
452
453 * x3.conf.example: Added chanserv "modes" to example - use to control
454 what usermodes chanserv gets. Mainly for setting +d or not, if you
455 have nef 1.0 'b:' lines setup.
456
457 2006-07-25 Neil Spierling <sirvulcan@gmail.com>
458
459 * src/nickserv.c: If theres no title set then the default title
460 will therefore be the first part of hidden_host in x3.conf.example,
461 so for consistency with opt_fakehost we will print this.
462
463 2006-07-25 Neil Spierling <sirvulcan@gmail.com>
464
465 * src/nickserv.c: The reason why theres no arg rubin is that
466 if you want to print the fakehost then u dont specify an arg.
467 This tells opt_fakehost to set fake to the current fakehost
468 and pass it on to be printed.
469
470 2006-07-23 Alex Schumann <rubin@afternet.org>
471
472 * src/nickserv.c: Add config file regex fakehost test + sanity
473 checking in title as well (fixed).
474
475 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
476 instead of argv[2]==null since argv's dont get set null.
477
478 2006-07-23 Neil Spierling <sirvulcan@gmail.com>
479
480 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
481
482 * src/proto-p10.c: Host in topic supports sethost and fakehost
483 now.
484
485 2006-07-21 Alex Schumann <rubin@afternet.org>
486
487 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
488 irc_connect, and added callbacks to handle connect failures and
489 successes. (All prep for auto routing system)
490
491 * src/proto.h: Added support for irc_wallop, irc_squit,
492 irc_connect, and added callbacks to handle connect failures and
493 successes. (All prep for auto routing system)
494
495 * src/opserv.help: Help entries for auto routing system + fix typeo in
496 routing example
497
498 * src/hash.h: New structs for auto routing system
499
500 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
501 error message to debug message.
502
503 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
504
505 * src/modcmd.c: added 'routing' main command alias.
506
507 2006-07-16 Neil Spierling <sirvulcan@gmail.com>
508
509 * x3.conf.example: Added host_in_topic option for sending full
510 nick!user@host if its enabled. Default to one as Nefarious is
511 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
512 you have this enabled on X3 and not on your Nefarious server.
513
514 * src/proto-p10.c: Make use of host_in_topic.
515
516 2006-07-13 Alex Schumann <rubin@afternet.org>
517
518 * src/opserv.c: make the bot reply from the nick you /msg in all
519 cases, if commands are bound to a different bot.
520
521 * src/nickserv.c: make the bot reply from the nick you /msg in all
522 cases, if commands are bound to a different bot.
523
524 * src/chanserv.c: make the bot reply from the nick you /msg in all
525 cases, if commands are bound to a different bot.
526
527 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
528 msg, not the defined memoserv bot, if commands are aliased to other
529 bots. This may also fix the crash bug playa reported at
530 http://www.unrealgamers.net/forums/index.php?showtopic=138
531
532 2006-07-11 Alex Schumann <rubin@afternet.org>
533
534 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
535 and some x3 topic functions.
536
537 * x3.conf.example: Improved server/type setting documentation,
538 and changed default to 5.
539
540 2006-07-11 Alex Schumann <rubin@afternet.org>
541
542 * src/opserv.c: fixed silent alerts not getting picked up from db file
543 on read/load.
544
545 2006-07-11 Alex Schumann <rubin@afternet.org>
546
547 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
548 when adding an invalid jupe servername or numeric.
549 this closes bug number 1513510.
550
551 * src/modcmd.c: if pubcmd is set higher than your level, only respond
552 with the denied msg if the command was actually found. this closes bug
553 number 1509382.
554
555 2006-07-10 Alex Schumann <rubin@afternet.org>
556
557 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
558 non-logged-in user (null pointer)
559
560 2006-07-09 Alex Schumann <rubin@afternet.org>
561
562 * src/nickserv.c: fixed bug where unignores were getting sent to the
563 user multiple times, instead of to each online nick once.
564
565 2006-07-09 Alex Schumann <rubin@afternet.org>
566
567 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
568 spot. Ugh, messed up the fix. Trying again :)
569
570 2006-07-10 Neil Spierling <sirvulcan@gmail.com>
571
572 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
573 If the target is ignoring the person inviting them then the invite
574 is denied.
575
576 2006-07-07 Alex Schumann <rubin@afternet.org>
577
578 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
579 memoserv most easily seen when sending short memos. Rewrote the flag
580 handling part of memo send to correct it.
581
582 2006-07-05 Alex Schumann <rubin@afternet.org>
583
584 * src/helpfile.c: pLaYa pointed out the table code row count is off by
585 one. Fixed.
586
587 2006-06-27 Neil Spierling <sirvulcan@gmail.com>
588
589 * configure: Regenerated.
590
591 * configure.in: Make use of TRE regexp library. Its more powerful
592 than the standard library (http://laurikari.net/tre/index.html).
593 Im also pondering adding services side regexp bans, X3 would
594 probably required a channel flag called say advanced that can
595 only be set by the owner. If enabled then regexp bans can be
596 used. I also added an output saying what modules are enabled,
597 what protocol is enabled, what malloc is choosen and if debugging
598 is enabled. Just a bit of a message as the user will of seen
599 programs just finish compiling and he/she/it may think it
600 was X3 compiling, but it was just TRE compiling. They still need
601 to compile X3.
602
603 * src/config.h.in: Regenerated.
604
605 * src/Makefile.am: Tweak for TRE.
606
607 * src/Makefile.in: Regenerated.
608
609 * src/nickserv.c: Use the new regex.h Im sure -I includes get
610 called before system includes like /usr/include.
611
612 * src/opserv.c: Use the new regex.h Im sure -I includes get
613 called before system includes like /usr/include.
614
615 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
616 compile this just before configure finishes up. Sits around
617 470KB, rather than another 2.5MB if i TRE untarred. I suppose
618 i could get it down a bit more using Bzip but there are some
619 boxes out there still without bzip.
620
621 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
622
623 * src/mod-memoserv.c: Better history implementation. A seperate
624 table is used for history entries. Entries contain the same
625 fields as the memo table except for the message, read, and flags.
626 Entries are only removed from the history db when they get
627 expired by do_expire (older than message_expire). Also fixed
628 up a issue with STATUS. On AfterNET we were getting huge large
629 for the amount of memos. I now realise it was reading the amount
630 of users. It now reads the proper amount of memos. I also a count
631 for history entries.
632
633 * src/mod-memoserv.help: EXPIRE handles history and memos now.
634
635 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
636
637 * src/mod-memoserv.c: Make use of ignore lists when trying to
638 send memos.
639
640 2006-06-25 Neil Spierling <sirvulcan@gmail.com>
641
642 * src/spamserv.c: Crash fix (finally). Been meaning to do this
643 for a while now.
644
645 2006-06-23 Alex Schumann <rubin@afternet.org>
646
647 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
648 src/modcmd.c, src/nickserv.c: Improvements to
649 table output and help display.
650
651 * src/mod-memoserv.c: fix segfault
652
653 2006-06-23 Alex Schumann <rubin@afternet.org>
654
655 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
656 fix it and re-apply if you want it..
657
658 * src/chanserv.h: Backing out the bantype patch.
659
660 * src/chanserv.help: Backing out the bantype patch.
661
662 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
663
664 * src/mod-memoserv.c: Fixed a bug.
665
666 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
667
668 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
669 if the recipient deletes the memo it will not be listed in the
670 HISTORY list.
671
672 * src/mod-memoserv.help: HISTORY entry.
673
674 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
675
676 * src/mod-memoserv.c: Added new flags, see below.
677
678 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
679 added flags for always ignoring read reciepts and always sending
680 read reciepts.
681
682 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
683
684 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
685 that you have sent, aslong as they have not been read yet.
686
687 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
688 recipient to read reciept stuff.
689
690 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
691
692 * src/mod-memoserv.c: Redid the db stuff, it now writes users
693 settings and memos to the memoserv database.
694
695 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
696
697 * src/mod-memoserv.c: Small bug fix.
698
699 2006-06-20 Neil Spierling <sirvulcan@gmail.com>
700
701 * src/mod-memoserv.c: Added read recipient support via SEND using
702 -r as a flag. Messages with requested read recipients have a (r)
703 shown beside the sender nick in LIST. People can ignore a read
704 recipient using -i when reading the message via READ. Its all
705 in the help file.
706
707 * src/mod-memoserv.help: Added read recipient relevent bits.
708
709 * src/opserv.help: Added halfopping functions.
710
711 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
712
713 * src/x3.conf.example: Forgot a ;.
714
715 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
716
717 * src/mod-memoserv.c: Make use of SET LIMIT.
718
719 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
720
721 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
722
723 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
724
725 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
726
727 2006-06-19 Neil Spierling <sirvulcan@gmail.com>
728
729 * x3.conf.example: Max limit for Memoserv LIMIT option.
730
731 * src/hash.h: Fixed halfops issue.
732
733 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
734 amount of memos you can have. This does not do anything yet as
735 im committing the half ops fix now. This code is fine it just
736 allows you to adjust the limit for now.
737
738 2006-06-12 Neil Spierling <sirvulcan@gmail.com>
739
740 * x3.conf.example: Commented out SpamServ module as there are bugs
741 and i cant give a definate date as to when i can fix it. Im not
742 home much these days.
743
744 * src/mod-memoserv.c: Redid the SET code using some whatnet code
745 by wasted. Tweaked here and there. Also added some formatting in
746 LIST and SET like chanserv SET. Oh and MemoServ will join
747 autojoin_channels if MemoServ is in a seperate nickname.
748
749 * src/mod-memoserv.help: Added OSET and done some tweaking.
750
751 * src/nickserv.c: Allow the use of get_victim_oper outside of
752 nickserv.c.
753
754 * src/nickserv.h: Allow the use of get_victim_oper outside of
755 nickserv.c.
756
757 2006-06-07 Alex Schumann <rubin@afternet.org>
758
759 * src/chanserv.help: Added a couple set helps that were missing.
760
761 * src/helpfile.c: fix missing space in multi-column table output such
762 as /msg opserv commands * (with nickserv tablewidth setting >60)
763
764 2006-06-06 Alex Schumann <rubin@afternet.org>
765
766 * src/opserv.c: Change how addalert silence works, so that its a
767 parameter instead of an action, and also works with trace now.
768
769 * x3.conf.example: Added a config setting of level needed to use
770 'silent yes' in trace/addalert.
771
772 2006-06-04 Alex Schumann <rubin@afternet.org>
773
774 * src/nickserv.c: Fix oregister
775
776 * src/nickserv.help: Update help for oregister
777
778 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
779
780 * src/proto-p10.c: Properly handle incomming manual silences.
781
782 2006-06-05 Neil Spierling <sirvulcan@gmail.com>
783
784 * src/common.h: pretty_mask etc declerations.
785
786 * src/nickserv.c: Parse the mask through pretty_mask before adding
787 it. Normal ircd side silences go through this, this just keeps
788 things looking the same and if a user tries to remove a silence
789 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
790
791 * src/proto-p10.c: Send a + if adding a silence.
792
793 * src/tools.c: pretty_mask and one other function for reformatting
794 a hostname so its pretty :) from IRCu.
795
796 2006-06-04 Alex Schumann <rubin@afternet.org>
797
798 * src/nickserv.c: Send silences to every nick of a handle, not the
799 nick that did the command.
800
801 2006-06-04 Neil Spierling <sirvulcan@gmail.com>
802
803 * src/main.c: Moved spamserv initilization to after chanserv.
804
805 * src/spamserv.c: Read the db earlier.
806
807 2006-05-30 Neil Spierling <sirvulcan@gmail.com>
808
809 * configure: Regenerated.
810
811 * configure.in: Bumped version and changed list email.
812
813 * x3.example.conf: Added SpamServ options.
814
815 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
816
817 * src/chanserv.h: Declerations
818
819 * src/main.c: Init the new SpamServ service.
820
821 * src/Makefile.am: Added SpamServ files.
822
823 * src/Makefile.in: Regenerated
824
825 * src/modcmd.c: Added SpamServ to REBINDALL.
826
827 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
828
829 * src/proto-common.c: Make sure SpamServ gets notices.
830
831 * src/spamserv.c: New service that checks for spamming, floods etc.
832 Requires an oper to register it to a channel for it to work.
833
834 * src/spamserv.h: Decelerations.
835
836 * src/spamserv.help: Help entries for SpamServ.
837
838 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
839
840 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
841
842 * src/chanserv.c: Added selectable bantypes.
843
844 * src/chanserv.h: Added selectable bantypes.
845
846 * src/chanserv.help: Added help entries.
847
848 2006-05-29 Neil Spierling <sirvulcan@gmail.com>
849
850 * src/nickserv.c: Added user option ADVANCED, when we add more
851 advanced commands users will need to set this to see the options
852 in help. Further work in helpfile is still needed afaik. This is
853 just the basics.
854
855 * src/nickserv.h: Advanced option declerations.
856
857 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
858 Seems no one added that when they added the AUTOHIDE option.
859
860 2006-05-28 Neil Spierling <sirvulcan@gmail.com>
861
862 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
863
864 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
865 and denied_fakehost_words. Also dropped refresh_period for chanserv
866 set resync.
867
868 * src/chanserv.c: Added god_timeout, disable god mode automatically
869 when the period times out. Also added a new set option- resync, auto
870 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
871
872 * src/chanserv.help: Added entry for SET RESYNC.
873
874 * src/global.c: Join global into autojoin_channels if enabled.
875
876 * src/main.c: Some tweaking for autojoin_channels.
877
878 * src/mod-memoserv.c: If a user has memos and notify on login
879 enabled then only display the notify notice on login and not
880 during a netburst.
881
882 * src/mod-track.c: Quashed a warning.
883
884 * src/modcmd.c: Added functions for god_timeout. Also added wasted
885 to VERSION output for credits for these features.
886
887 * src/nickserv.c: Added denied_fakehost_words, deny the words set
888 there if an oper trys to use them in a fakehost. Also autojoin
889 chanserv if enabled into autojoin_channels.
890
891 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
892 after a drone attack. Also join opserv and reserved nicks into
893 autojoin_channels if opserv/reserved is enabled.
894
895 * src/opserv.help: Added entry for REFRESHMAX.
896
897 2006-05-25 Alex Schumann <rubin@afternet.org>
898
899 * src/proto-p10.c: make non-existant server type setting not crash x3.
900
901 * src/nickserv.help: Added newby tip to authserv registration
902 help (about < and >)
903
904 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
905 deref null kicker)
906
907 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
908
909 * src/chanserv.c: Set SWHOIS's when a user auths.
910
911 * src/hosthiding.c: Fixed a segfault.
912
913 * src/nickserv.c: Epithets now use SWHOIS.
914
915 * src/proto.h: Declerations for irc_swhois.
916
917 * src/proto-p10.c: Handle SWHOIS's.
918
919 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
920
921 * src/hash.h: Bumped SOCKIPLEN
922
923 * src/hosthiding.c: Functions to crypt IPv6 addresses.
924
925 * src/hosthiding.h: IPv6 function declerations.
926
927 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
928 with the ipv6 crypting function.
929
930 2006-05-23 Neil Spierling <sirvulcan@gmail.com>
931
932 * src/hash.h: Bits needed for other type of host hiding.
933
934 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
935
936 * src/hosthiding.c: This will generated crypted style 2 Nefarious
937 hidden hosts and ips. Currently they are just displayed in O3
938 WHOIS. Im yet to expand this.
939
940 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
941
942 * src/Makefile.in: Regenerated.
943
944 * src/opserv.c: Display crypted hosts n ips in WHOIS.
945
946 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
947 save them in user->crypthost user->cryptip.
948
949 2006-05-22 Neil Spierling <sirvulcan@gmail.com>
950
951 * src/chanserv.c: Set ignores when you authenticate.
952
953 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
954 Used for centralized silence list management. Currently set ignores
955 can be viewed in ACCOUNTINFO for via ircd SILENCE.
956
957 * src/nickserv.h: Declerations.
958
959 * src/nickserv.help: Added help entries for above commands.
960
961 * src/proto.h: Declerations.
962
963 * src/proto-p10.c: Functions to handle silences
964
965 2006-05-18 Alex Schumann <rubin@afternet.org>
966
967 * src/proto-p10.c: Fixed up the track module a bit more
968
969 * src/hash.c: Fixed up the track module a bit more, including
970 reporting correctly when X3 kicks someone. This should affect mrsnoopy
971 as well, hopefully wont cause any bugs.
972
973 * src/mod-track.c: Fixed up the track module a bit more - made track
974 all/none work
975
976 2006-05-18 Alex Schumann <rubin@afternet.org>
977
978 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
979
980 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
981
982 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
983
984 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
985
986 2006-05-18 Alex Schumann <rubin@afternet.org>
987
988 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
989 in.
990
991 * src/mod-track.c: some cleanups and textual changes, to make the commands
992 slightly more user friendly.
993
994 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
995
996 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
997
998 * src/x3.conf.example.: adding 050 'type' to server config (rubin
999 fixed missing ';' and changelog entries)
1000
1001 2006-05-16 Neil Spierling <sirvulcan@gmail.com>
1002
1003 * Most files: Heh i cant be bothered listing all files, see websvn
1004 if you want specific files. I just added a new tracking module, its
1005 just like snoop except it targets specified users. The actual
1006 commit is in the previous revision, i just forgot to update this to
1007 tick over the svn version in version output.
1008
1009 2006-05-15 Neil Spierling <sirvulcan@gmail.com>
1010
1011 * Most files: Major update off the new release of srvx 1.3.1. Also
1012 seeing as the new updates dont all have changelog entries ive dropped
1013 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
1014
1015 2006-03-20 Alex Schumann <rubin@afternet.org>
1016
1017 * src/chanserv.c: core fix; check if theres a handle_info before looking
1018 at style...
1019
1020 * src/helpfile.c: core fix; check if theres a handle_info before looking
1021 at style...
1022
1023 2006-03-17 Alex Schumann <rubin@afternet.org>
1024
1025 * src/chanserv.c: more clean style changes
1026
1027 2006-03-17 Alex Schumann <rubin@afternet.org>
1028
1029 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
1030 and dhp1080 made me do it) Needs lots of work to remove ----
1031 headers for 'clean' setting.
1032
1033 * src/helpfile.c: Added nickserv 'style' stetting back.
1034
1035 * src/nickserv.help: Added help for set style.
1036
1037 * src/mod-helpserv.c: make style affect table outputs.
1038
1039 * src/nickserv.c: Added nickserv 'style' setting back.
1040
1041 * src/nickserv.h: Added nickserve 'style' setting back.
1042
1043 2006-03-17 Alex Schumann <rubin@afternet.org>
1044
1045 * src/proto-p10.c: Added conf setting for extended_accounts for
1046 backward compatability with stock undernet ircd.
1047
1048 * x3.conf.example: Added conf setting for extended_accounts for
1049 backward compatability with stock undernet ircd.
1050
1051 2006-03-06 Alex Schumann <rubin@afternet.org>
1052
1053 * src/opserv.help: Added missing trace criteria to help,
1054 and fixed up a few other bits of help around that topic.
1055
1056 2006-01-16 Alex Schumann <rubin@afternet.org>
1057
1058 * src/tools.c: created an email valididty function
1059
1060 * src/nickserv.c: check valididty of email better
1061
1062 * src/sendmail.c: check validity of email better
1063
1064 2006-01-06 Alex Schumann <rubin@afternet.org>
1065
1066 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
1067 to a different bot, eg chanserv, and to reply from the correct nickname.
1068 also a bunch of whitespace changes
1069
1070 * src/nickserv.c: begin work on making nickserv commands bind without
1071 responding from the wrong nick. also a bunch of whitespace changes
1072
1073 * src/hash.h: whitespace
1074
1075 * src/opserv.help: improved QUERY helpfile. (though command itself still
1076 has bugs)
1077
1078 2005-12-14 Alex Schumann <rubin@afternet.org>
1079
1080 * src/chanserv.help: added set bantimeout help
1081
1082 2005-11-08 Alex Schumann <rubin@afternet.org>
1083
1084 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
1085 aliases properly.
1086
1087 * src/modcmd.help: Added note about escaping spaces to modcmd help.
1088
1089 * src/nickserv.help: Improved help files
1090
1091 * src/chanserv.help: Improved help files
1092
1093 2005-10-13 Alex Schumann <rubin@afternet.org>
1094
1095 * src/proto-p10.c: ignore remote /lusers
1096
1097 2005-09-13 Alex Schumann <rubin@afternet.org>
1098
1099 * src/global.c: Changed motd header style
1100
1101 * src/nickserv.help: Improved directions for getting and using
1102 accounts.
1103
1104 * src/chanserv.help: Improved directions for getting and using
1105 accounts.
1106
1107 2005-08-13 Alex Schumann <rubin@afternet.org>
1108
1109 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
1110 some *@* protection.
1111
1112 * src/tools.c: added function to detect an overmask (too general)
1113
1114 * src/common.h: added function to detect an overmask (too general)
1115
1116 2005-08-12 Alex Schumann <rubin@afternet.org>
1117
1118 * src/chanserv.c: Modified resync to work accourding to automode
1119 setting, and fixed a buffer overflow problem.
1120
1121 * src/chanserv.help: updated set automode and rsync help.
1122
1123 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
1124 sets +x on AUTH.
1125
1126 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
1127 sets +x on AUTH.
1128
1129 2005-08-12 Alex Schumann <rubin@afternet.org>
1130
1131 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
1132 of 'voice' setting. + Rewording setting help
1133
1134 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
1135 of 'voice' setting.
1136
1137 * src/chanserv.help: Added help for automode. + Rewording setting help
1138
1139 2005-08-11 Alex Schumann <rubin@afternet.org>
1140
1141 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
1142
1143 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
1144
1145 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
1146
1147 * src/nickserv.c: Added option to have authserv oper/admin people with
1148 opserv access. (Life4Christ)
1149
1150 * src/opserv.c: Added admin_level config option
1151
1152 * src/opserv.h: Added admin_level config option
1153
1154 2005-08-11 Alex Schumann <rubin@afternet.org>
1155
1156 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1157 command) when nef* bug sends the +o twice. ++fix bug in patch
1158
1159 2005-08-09 Alex Schumann <rubin@afternet.org>
1160
1161 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
1162
1163 2005-08-08 Alex Schumann <rubin@afternet.org>
1164
1165 * src/chanserv.c: Added banTimeout feature to .set
1166
1167 * src/chanserv.h: added banTimeout feature to .set
1168
1169 * src/recdb.c: Added some better error catching in database_get_data()
1170
1171 * src/proto-common.h: tabs
1172
1173 * x3.conf.example: added bantimeout to default set list, and ban
1174 timeout frequency config setting.
1175
1176 2005-08-04 Alex Schumann <rubin@afternet.org>
1177
1178 * src/chanserv.c: Changed kick protected message to one without %s or
1179 $b because the kick function doesnt support replacements.
1180
1181 * src/tools.c: fixed spelling error in comment.
1182
1183 2005-07-28 Alex Schumann <rubin@afternet.org>
1184
1185 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1186 one)
1187
1188 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1189 whining.
1190
1191 2005-07-26 Alex Schumann <rubin@afternet.org>
1192
1193 * x3.conf.example: Updated from live afternet file and improved help
1194 and layout. Added vim directive to set syntax type.
1195
1196 * src/chanserv.c: ported x2's 8ball in, and improved it.
1197
1198 * src/math.c: Added osiris' hack to do_math for supporting
1199 2(10) and 2pi etc. Improved it to handle pi2 also.
1200
1201 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1202 information help index.
1203
1204 2005-07-18 Alex Schumann <rubin@afternet.org>
1205
1206 * src/proto-p10.c: added +L awareness
1207
1208 * src/hash.h: added +L awareness
1209
1210 * src/chanserv.help: changed set ctcpreaction help
1211
1212 2005-07-18 Neil Spierling <sirvulcan@gmail.com>
1213
1214 * src/modcmd.h: Lets make some functions global.
1215
1216 * src/modcmd.c: Log hostmasks no matter what.
1217
1218 * src/log.c: Lookup commands if they are from OpServ in the log.
1219 If they match channel specific commands like OP, DEOP, etc then
1220 we will display them in a LAST command (assuming the person doing
1221 the LAST is an oper). Normal clients wont see commands that have
1222 been performed by OpServ.
1223
1224 2005-07-15 Alex Schumann <rubin@afternet.org>
1225
1226 * src/chanserv.c: Changed around ctcpreaction setting so it:
1227 a) doesnt crash.
1228 b) doesnt kick userlist members ever
1229 c) has only 1 setting needed to control it
1230 * src/chanserv.h: removed some old oplevel stuff.
1231
1232 2005-07-14 Alex Schumann <rubin@afternet.org>
1233
1234 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1235 remove errors from log. Fixed problem with missing break; in
1236 channel mode c parsing (reed).
1237
1238 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1239
1240 * src/log.c: Changed channel log target to send PRIVMSG instead of
1241 NOTICE. (Ghozer)
1242
1243 2005-05-07 Neil Spierling <sirvulcan@gmail.com>
1244
1245 * configure: Regenerated.
1246
1247 * configure.in: Added checks for tgmath.h.
1248
1249 * src/chanserv.c: Added new command LAST, from X2. Similar to
1250 EVENTS except its file based. Bear in mind you dont have to use
1251 both. You can bind what you want to use. Commented out zoot_list
1252 as its not in use, just a warning fix.
1253
1254 * src/hash.c: Warning fix.
1255
1256 * src/log.h: Misc defines.
1257
1258 * src/log.c: Logging functions from X2.
1259
1260 * src/math.c: If tgmath.h doesnt exist then include some other
1261 files that contain the functions we require.
1262
1263 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1264
1265 * src/proto-p10.c: Added chanserv.h #include to squash a small
1266 compile error. Made X3 understand MARK's to a small point. Fixed
1267 a small parsing bug with exempts.
1268
1269 2005-07-06 Alex Schumann <rubin@afternet.org>
1270
1271 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1272
1273 * src/opserv.c: Fixed an awkward output of trace count etc.
1274
1275 2005-06-22 Alex Schumann <rubin@afternet.org>
1276 * src/chanserv.help: Improved DURATION help
1277
1278 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1279 a better average.
1280
1281 2005-05-27 Alex Schumann <rubin@afternet.org>
1282
1283 * src/chanserv.c: Improved usability of register command, fixed
1284 unregister reply.
1285
1286 * src/chanserv.help: Improved usability of register command
1287
1288 2005-05-27 Alex Schumann <rubin@afternet.org>
1289
1290 * src/chanserv.c: Resync working now
1291
1292 2005-05-27 Reed Loden <reed@reedloden.com>
1293
1294 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1295 grammar issues in the message send to pending users. Fixed a
1296 problem with some of the resync code.
1297
1298 2005-05-27 Alex Schumann <rubin@afternet.org>
1299
1300 * src/chanserv.c: make pending add check if the person is already on
1301 the userlist before re-adding them (thx exec & reed for noticing this)
1302 Fix capitalisation of I in pending notice.
1303
1304 2005-05-18 Alex Schumann <rubin@afternet.org>
1305
1306 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1307 working, and pointed me to the opserv helpfiles command, which shows
1308 what services search what help files. This fixes the help command to
1309 search that list as it should. Still need to modify the 'default'
1310 helpfile search bindigs because I dont think chanserv should respond
1311 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1312
1313 * src/modcmd.help: clarified 'helpfiles' help.
1314
1315 2005-05-18 Alex Schumann <rubin@afternet.org>
1316
1317 * src/helpfile.c: make send_help() return true/false and not send
1318 errors so svccmd_send_help can 'take control' of things.
1319
1320 * src/modcmd.c: Fixed up the help system (again) / find aliased
1321 commands help if none exists. / Display no help for that command on
1322 commands (instead of topic)
1323
1324 * src/modcmd.h: Fixed up the help system (again)
1325
1326 * src/global.c: Fixed syntax display
1327
1328 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1329 *spelling ++more spelling (thx reed)
1330
1331 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1332 *spelling ++more spelling (thx reed)
1333
1334 * src/opserv.help: Removed =---= formatting, fixed a few things.
1335 ++spelling (thx reed)
1336
1337 * src/global.help: simplified index
1338
1339 * src/nickserv.c: Changed message users get when their email is
1340 already used for an account, fixed syntax help
1341
1342 * src/opserv.c: fixed syntax help
1343
1344 2005-05-16 Alex Schumann <rubin@afternet.org>
1345
1346 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
1347 the help file.
1348
1349 2005-05-04 Alex Schumann <rubin@afternet.org>
1350
1351 * src/modcmd.c: added a 'rebindall' command to assist with
1352 upgrades and changes which change command bindings.
1353
1354 * src/modcmd.help: modified help to reflect above
1355
1356 * src/opserv.help: modified help to reflect above
1357
1358 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
1359 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
1360 between channel bans (+b) and x3 remembered bans (lamers)
1361
1362 * src/chanserv.help: modified help to reflect above
1363
1364 * UPGRADE: added use of rebindall to upgrade instructions
1365
1366 2005-05-04 Alex Schumann <rubin@afternet.org>
1367
1368 * src/chanserv.c: added an 'adduser pending' feature, where if
1369 someone isn't authed x3 will ask them to /auth or register, and then
1370 automatically finish adding them to the channel when they do.
1371 Fixed email bug with adduser pending
1372
1373 * src/chanserv.h: adduser pending
1374
1375 * src/hash.c: adduser pending
1376
1377 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
1378
1379 * src/nickserv.c: adduser pending cleanup and activation code,
1380 Arch sync (Avoid losing channel information when
1381 replacing an account using the mergedb command.)
1382
1383 * src/proto-p10.c: adduser pending cleanup code
1384
1385 * src/nickserv.help: improved set and register help
1386
1387 2005-05-04 Alex Schumann <rubin@afternet.org>
1388
1389 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
1390 negitive). Added set voice to provide control over use of voice.
1391 Implimented a basic chanserv db version control system for upgrading
1392 seamlessly.
1393
1394 * src/chanserv.help: adjusted help to reflect voice and uset autoop
1395 changes.
1396
1397 * src/hash.h: updated ssz comment from z to Z
1398
1399 * src/modcmd.help: rewrote BIND help
1400
1401 * src/proto-p10.c: Added Z (sslonly) support back in
1402
1403 * UPGRADE: created file to document upgrading procedures
1404
1405 2005-04-23 Alex Schumann <rubin@afternet.org>
1406 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
1407 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
1408 topicmask to be an on or off setting, uninfluenced by enftopic.
1409 Added feature to use mask on /topic in addition to ,topic sets.
1410 Removed special consideration for ircops in protect_user()
1411
1412 * src/chanserv.help: updated documentation to reflect the new and
1413 much simpler topicmask feature, and removed op/voice levels.
1414
1415 * src/nickserv.c: added tailing 'end of' line for accountinfo
1416 for non-opers too.
1417
1418 * src/modcmd.c: tweaked alias notification for help and breef help.
1419
1420 2005-04-20 Alex Schumann <rubin@afternet.org>
1421
1422 * src/proto-common.c: removing +d. needs to be a config option
1423 or something.
1424
1425 * src/nickserv.help: modified main help reply of authserv
1426
1427 * src/nickserv.c: added title, epithet, and fakehost to oset listing
1428
1429 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
1430 totally redesigned though.
1431
1432 2005-04-15 Alex Schumann <rubin@afternet.org>
1433
1434 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
1435 at the same time. The whole block needs to be if/else instead of
1436 switch though, to be cleaner.
1437
1438 * src/nickserv.help: added fakehost and title options to help oset.
1439
1440 * src/nickserv.c: removed 'style' setting. (was not being used in
1441 code anyway)
1442
1443 2005-04-04 Neil Spierling <sirvulcan@gmail.com>
1444
1445 * src/proto-p10.c: Reinstated +d usermode.
1446
1447 2005-03-30 Alex Schumann <rubin@afternet.org>
1448
1449 * src/chanserv.c: Fixed unban.
1450
1451 * x3.conf.example: added note in snoop config that improper
1452 setting for bots nick will cause segfault.
1453
1454 2005-03-22 Alex Schumann <rubin@afternet.org>
1455
1456 * x3.conf.example: added sethost/fakehost settings to conf
1457
1458 2005-03-19 Alex Schumann <rubin@afternet.org>
1459
1460 * chanserv.c: Changed style of command outputs, added userlevel back
1461 to users list.
1462
1463 * opserv.c: Changed style of command outputs, removed warn feature
1464
1465 * tools.c: shortened duration string lengths
1466
1467 * main.c: shortened duration string lengths
1468
1469 * sendmail.c: Changed style of stats email
1470
1471 2005-03-18 Alex Schumann <rubin@afternet.org>
1472
1473 * Changed breef to brief...
1474
1475 * chanserv.c: Changed to access level names instead of numbers.
1476
1477 2005-03-17 Alex Schumann <rubin@afternet.org>
1478
1479
1480 * src/opserv.c: Improved readability of trace print output
1481
1482 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
1483 a little.
1484
1485 * src/helpfile.c: Improved table_send readability (used in lots
1486 of listings including users and stats network etc)
1487
1488 2005-03-15 Alex Schumann <rubin@afternet.org>
1489
1490 * src/chanserv.c: Improved some syntax error reporting for commands
1491
1492 * src/helpfile.c: Added a 'breef' help function
1493
1494 * src/helpfile.h: Added a 'breef' help function
1495
1496 * src/main.c: Improved some syntax error reporting for commands
1497
1498 * src/modcmd.c: Improved some syntax error reporting for commands
1499
1500 * src/modcmd.h: Improved some syntax error reporting for commands
1501
1502 2005-03-15 Reed Loden <reed@reedloden.com>
1503
1504 * Synchronization with srvx--devo--1.3--patch-19.
1505
1506 2005-03-12 Alex Schumann <rubin@afternet.org>
1507
1508 * src/common.h, src/opserv.h: more SRVX->X3 fixes
1509
1510 * opserv.c: fixed SRVX defines to X3
1511
1512 * src/nickserv.c: Applied patch to bring up to date with
1513 local uncommitted changes on afternets srvx2 tree. improved
1514 cookie gen code and removed /play from cookie messages.
1515
1516 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
1517 bunch more places.
1518
1519 2005-03-07 Neil Spierling <sirvulcan@gmail.com>
1520
1521 * nickserv.help: Added odelcookie section.
1522
1523 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
1524 cookies.
1525
1526 * src/md5.c: Cleaned up compile warnings.
1527
1528 * src/nickserv.help: Added odelcookie section.
1529
1530 ***********************************************************************/
1531
1532 #define CVS_VERSION "$Id$"
1533