]> jfr.im git - irc/evilnet/x3.git/blame - ChangeLog
tweaks to the conversion script
[irc/evilnet/x3.git] / ChangeLog
CommitLineData
2f61d1d7 1/***********************************************************************
ca3486a2 2X3 ChangeLog
1117fc5a 3
6cba6239 42007-02-09 Neil Spierling <sirvulcan@gmail.com>
5
6 * tools/ldap/ldap_convert.php: Few tweaks.
7
82007-02-08 Alex Schumann <rubin@afternet.org>
9
10 * tools/ldap/inetorganon.schema: Scheme for ldap.
11
12 * tools/ldap/ldap_convert.php: Conversion script for converting
13 x3 users to the ldap server.
14
73d4cc91 152007-02-07 Alex Schumann <rubin@afternet.org>
16
17 * configure.in: adding compile/configure support for ssl libs (not
18 yet needed)
19
20 * configure: updated from above.
21
22 * src/config.h.in: adding compile/configure support for ssl libs (not
23 yet needed)
24
25 * src/x3ldap.c: ldap crypted password pain. SUpport for object classes
26 in config file.
27
28 * src/x3ldap.h: ldap crypted password pain. Support for object classes
29 in config file.
30
31 * src/nickserv.c: change password in ldap when its changed in
32 nickserv. Support for object classes in config file.
33
34 * src/nickserv.h: support for object classes in conf file
35
a5a8a781 362007-02-07 Alex Schumann <rubin@afternet.org>
37
38 * src/x3ldap.c: improve error result feedback
39
fc012087 40 * src/nickserv.c: improve error result feedback (oops, fix for if
41 ldap_enable is 0)
a5a8a781 42
ea02341b 432007-02-07 Alex Schumann <rubin@afternet.org>
44
45 * src/x3ldap.c: ldap_add functionality
46
47 * src/x3ldap.h: ldap_add functionality
48
49 * src/nickserv.h: ldap_add functionality
50
51 * src/nickserv.c: ldap_add functionality
52
53 * x3.conf.example: ldap_add functionality
54
8da89711 552007-02-06 Alex Schumann <rubin@afternet.org>
56
39edf54a 57 * src/x3ldap.c: fix compiling problem when non-ldap. Compile fixups
58 and sanity checks.
8da89711 59
39edf54a 60 * configure.in: Better ldap library handling **oops ** helps to
61 actually have -lldap in LIBS...
db9a9a8a 62
39edf54a 63 * configure: regenerated from above ** **
64
65 * x3.conf.example: tweaked ldap settings
66
67 * src/nickserv.h: remove ldap config settings if not compiled in
68
69 * src/nickserv.c: automatiaclly add users who can auth to ldap and get
70 logins working.
8da89711 71
50895889 722007-02-06 Neil Spierling <sirvulcan@gmail.com>
73
74 * src/x3ldap.c: Added GPL header, also change the printf's to
75 log_module's as per one of the todo comments.
76
77 * src/x3ldap.h: Added GPL header.
78
e15f42a4 792007-02-05 Alex Schumann <rubin@afternet.org>
80
81 * src/nickserv.c: fix non-compile without ldap problem
82
e166c31b 832007-02-05 Alex Schumann <rubin@afternet.org>
84
85 * src/x3ldap.c: Beginnings of ldap authentication support
86
87 * src/x3ldap.h: Beginnings of ldap authentication support
88
89 * src/nickserv.h: Move config struct to .h so ldap.c can see it too
90
91 * src/nickserv.c: Beginnings of ldap authentication support
92
93 * x3.conf.example: ldap config settings
94
95 * src/md5.c: remove old debugging printf() code
96
97 * src/configure.in: add --enable-ldap support to configure
98
99 * configure: rebuilt from above
100
101 * src/Makefile.am: add --enable-ldap support to configure
102
103 * src/Makefile.in: rebuilt from above
104
105
b2fd1d25 1062007-02-04 Neil Spierling <sirvulcan@gmail.com>
107
108 * src/hash.c: Bug fix for bug #1651561.
109
2bd99739 1102007-02-01 Neil Spierling <sirvulcan@gmail.com>
111
112 * src/nickserv.c: Fixed bug #1649326.
113
cf33840c 1142007-01-28 Alex Schumann <rubin@afternet.org>
115
116 * src/mod-memoserv.c: if you bind memoserv commands to chanserv's
117 nick, and someone sends a memo, send them the memo from memoserv, if
118 there is a memoserv (not chanserv). Also, make the mini-help prompts
119 more generic, for when they come from another bot besides memoserv.
120
956ee72d 1212007-01-15 Neil Spierling <sirvulcan@gmail.com>
122
123 * src/proto-p10.c: RPING support.
124
8f9e3388 1252007-01-15 Neil Spierling <sirvulcan@gmail.com>
126
127 * src/proto-p10.c: This will hide annoying rping/rping error messages
128 from the o3 alert channel when denora is linked. Will write proper
129 functions when i figure out how rping n rpong works.
130
ad3104a4 1312007-01-15 Neil Spierling <sirvulcan@gmail.com>
132
133 * src/spamserv.c: As kNode points to an entry in killed_users_dict,
134 we need to free kNode before removing the entry. Fixed a nasty
135 glibc core.
136
cc1705aa 1372007-01-12 Alex Schumann <rubin@afternet.org>
138
139 * src/mod-helpserv.c: This module is coded very poorly, with lots of
140 newby c mistakes with pointers and malloc and whatnot. This fixes some
141 small part of that so that user commands work again, and to reduce
142 confusion. It needs a LOT more work to be what I would consider
143 safe..
144
c9ec8867 1452007-01-12 Neil Spierling <sirvulcan@gmail.com>
146
147 * src/spamserv.c: Horrible but it will do, i need to rewrite
148 the flag system.
149
150 * src/spamserv.h: Oppsie, probably my fault. Fixed caps and
151 badreaction being linked up.
152
153 * src/proto-p10.c: Fixed handling of incoming SVSPART's.
154
b532a93e 1552007-01-10 Alex Schumann <rubin@afternet.org>
156
157 * src/log.c: commented out impossible assertion which makes x3 core on
158 fatal errors instead of exit cleanly.
159
9cfdef25 1602007-01-10 Alex Schumann <rubin@afternet.org>
161
162 * src/mod-helpserv.c: fix strncpy problem
163
1e993296 1642007-01-07 Neil Spierling <sirvulcan@gmail.com>
165
166 * src/chanserv.c: Fixed some bugs in trace_check_bans (Used with
167 checkrestrictions alerts.
168
169 * src/opserv.c: Fixed up how limits are check with checkrestrictions.
170
3da28d8e 1712007-01-07 Neil Spierling <sirvulcan@gmail.com>
172
173 * configure: Regenerated.
174
175 * configure.in: Added HAVE_HELPSERV.
176
177 * x3.conf.example: Seems theres been a hidden prefix option to
178 allow users to use helpserv commands (ones for users not helpers).
179
180 * src/config.h.in: Added HAVE_HELPSERV.
181
182 * src/mod-helpserv.c: Made helpserv more useable:
183
184 * Added CLOSEREQ for users to close their current request.
185
186 * Added SHOWREQ for users to show their current req (equiv of SHOW).
187
188 * Added JoinTotal, if ON then when a helper joins the channel they
189 will be sent a notice of the total UNASSIGNED requests.
190
191 * Added AlertNew, if ON then when a user opens a new help request
192 all helpers will be alerted.
193
194 * Added SUSPEND/UNSUSPEND for suspending and unsuspending help
195 bots.
196
197 * Added $i replacer for HelpServ SET's, changes $i to a valid
198 request id. If no iq exists for another bot uses $i then all
199 that is displayed is $i.
200
201 * Changed the USERCMD function type from void to int so that we
202 dont get a warning when trying to use REQUIRE_PARMS in a usercmd
203 function.
204
205 * Seeing as helpserv does its help slightly different i added in the
206 HEADER/DIVIDER/FOOTER help code from modcmd.c, so that the help
207 output looks the same.
208
209 * Addded usercmd_helpserv for to access USERINDEX.
210
211 * Allow users to use HELP even without an open request.
212
213 * src/mod-helpserv.help: Made the index a bit more like X3, O3 etc.
214 Also added a USERINDEX. Plus added help for the above things i
215 added to helpserv
216
217 * src/modcmd.c: Adjusted years.
218
50ea69b0 2192007-01-03 Alex Schumann <rubin@afternet.org>
220
221 * src/opserv.c: fix crash in ctcp version checkin
222
0c8d17fe 2232007-01-01 Alex Schumann <rubin@afternet.org>
224
225 * x3.conf.example: Fixed set_shows which didnt get updated a while
226 back.
227
ee37b347 2282006-12-26 Neil Spierling <sirvulcan@gmail.com>
229
230 * src/spamserv.c: Try this, tho sizeof worked fine for me with
231 info sizes of 4 and 5 ("blss" and "blsss") i had no crashes.
232
a674c5d3 2332006-12-26 Neil Spierling <sirvulcan@gmail.com>
234
235 * src/spamserv.c: Added CAPSSCAN for scanning caps, other related
236 options added, CAPSREACTION, CAPSMIN, and CAPSPERCENT.
237
238 * src/spamserv.h: Added caps scanning functionality.
239
240 * src/spamserv.help Added caps scanning help
241
9e5e441d 2422006-12-26 Neil Spierling <sirvulcan@gmail.com>
243
244 * src/spamserv.c: Tweaked the SET output for the EXCEPT levels.
245
2e4e27fe 2462006-12-26 Neil Spierling <sirvulcan@gmail.com>
247
248 * src/spamserv.c: Removed scan voiced/halfops/ops SET options.
249 Added 4 new except levels, EXCEPTADVLEVEL, EXCEPTBADWORDLEVEL,
250 EXCEPTFLOODLEVEL, and EXCEPTSPAMLEVEL. Users equal or above to
251 the specified levels will be exempt. All levels default to
252 UL_OP (200) at first.
253
254 * src/spamserv.h: Added new except variables.
255
256 * src/spamserv.help: Added new sections for the new except SET
257 options, plus removed the level lines for now.
258
179a14f6 2592006-12-25 Neil Spierling <sirvulcan@gmail.com>
260
261 * Merry Christmas! :)
262
263 * src/spamserv.c: Meh cant sleep damn people outside. Fixed a bug
264 with setting exceptlevel.
265
9a8aa132 2662006-12-24 Alex Schumann <rubin@afternet.org>
267
268 * src/chanserv.c: fixed incorrect message when .dellamer is used on a
269 nickname.
270
bc436744 2712006-12-25 Neil Spierling <sirvulcan@gmail.com>
272
273 * Merry Christmas! :)
274
275 * This completes RFE 1577823.
276
277 * src/spamserv.c: Added EXCEPTLEVEL, this replaces the code that
278 excepts all people who are opped etc. Only people above this level
279 will be immune now. Defaults to 300 for channels without the option
280
281 * src/spamserv.h: Added exceptlevel.
282
283 * src/spamserv.help: Added EXCEPTLEVEL.
284
19c200c1 2852006-12-25 Neil Spierling <sirvulcan@gmail.com>
286
287 * Merry Christmas! :)
288
289 * src/spamserv.c: Added trusted accounts support (RFE 1577823).
290
291 * src/spamserv.help: ADDTRUST, DELTRUST, OADDTRUST, ODELTRUST,
292 and LISTTRUST added.
293
8de34abd 2942006-12-20 Alex Schumann <rubin@afternet.org>
295
296 * src/Makefile.in: undo temp fix
297
298 * src/opserv.c: perm fix to HAVE_TRACK define problems
299
300 * src/configure.in: perm fix to HAVE_TRACK define problems
301
302 * src/config.h.in: perm fix to HAVE_TRACK define problems
303
d3919a0d 3042006-12-21 Neil Spierling <sirvulcan@gmail.com>
305
306 * src/Makefile.in: Temp fix.
307
2c00fbc2 3082006-12-20 Alex Schumann <rubin@afternet.org>
309
310 * src/proto-p10.c: added full mark support including as a trace
311 criteria.
312
313 * src/opserv.c: added full mark support including as a trace
314 criteria.
315
316 * src/hash.h: added full mark support including as a trace
317 criteria.
318
319 * src/opserv.help: documented the 'marked' criteria in trace.
320
6cf5f880 3212006-12-20 Alex Schumann <rubin@afternet.org>
7b0150f8 322
323 * src/chanserv.c: fixing a bug with unmatching userlevels and the del*
324 commands. (such as delpeon of a user with non-standard peon level)
325
6cf5f880 326 * src/spamserv.c: fixing memory corruption problems with dicts. Fixed
327 crash with service rename, and probably many other problems.
328
329 * src/mod-track.c: fixing memory problems, and the broken set command.
330 Track may be stable now, needs large scale testing.
dd42e7fc 331
847f5770 3322006-12-20 Neil Spierling <sirvulcan@gmail.com>
333
334 * src/chanserv.help: Opps that will teach me for cut n pasting.
335 Adjusted duration line for CLVL help. Users are not removed after
336 the duration they are reverted back to their previous access
337 level.
338
27fa6acf 3392006-12-19 Neil Spierling <sirvulcan@gmail.com>
340
341 * src/chanserv.c: check the ircd side ban list too
342
343 * src/opserv.c: Fixed a small bug, woops.
344
5aa400d2 3452006-12-19 Neil Spierling <sirvulcan@gmail.com>
346
347 * src/chanserv.c: Added trace_check_bans, cut down version of
348 check_bans for checkrestrictions
349
350 * src/chanserv.h: Declare trace_check_bans.
351
352 * src/opserv.c: Added addalert/trace option checkrestrictions. When
353 using SVSJOIN as an action this option will check the ban lists, invite
354 keys and limits of the target channel and if any match or exist (invite
355 etc) then the SVSJOIN wont go through
356
357 * src/opserv.help: Added information about checkrestrictions.
358
09741492 3592006-12-19 Neil Spierling <sirvulcan@gmail.com>
360
361 * src/chanserv.c: Timed CLVL's. This just works like my last commit.
362
363 * src/chanserv.h: tweaked expiry to accessexpiry and added clvlexpiry
364 and lastlevel.
365
366 * src/chanserv.help: Added information about timed clvls.
367
e766ec7c 3682006-12-18 Alex Schumann <rubin@afternet.org>
369
370 * src/mod-memoserv.c: add a 'privmsg' flag for being notified via pm
371 instead of notice, when you get new memos. Fixed a buffer overrun with
372 memo ids.
373
374 * src/mod-memoserv.help: fix-up help for settings.
375
fd20b142 3762006-12-19 Neil Spierling <sirvulcan@gmail.com>
377
378 * src/chanserv.c: New feature, channel managers can now add people
379 with a duration. After the duration expires the person will be
380 automatically removed and deoped.
381
382 * src/chanserv.h: Added expiry.
383
384 * src/chanserv.help: Added information about timed accesses.
385
386 * src/modcmd.c: Tweaked addop, addhop etc so a duration can be
387 specified.
388
537128ea 3892006-12-18 Neil Spierling <sirvulcan@gmail.com>
390
391 * src/proto-p10.c: Reverted one of my line changes.
392
e8f92d55 3932006-12-17 Neil Spierling <sirvulcan@gmail.com>
394
395 * src/opserv.c: Fixed up a couple of $b errors.
396
1b6b5e2f 3972006-12-17 Neil Spierling <sirvulcan@gmail.com>
398
399 * src/chanserv.c: Woops forgot to init the channel mode change.
400
401 * src/chanserv.h: Tweak to check_bans.
402
403 * src/proto-p10.c: Add some sanity checks plus moved the +x to
404 after the CMD_FAKEHOST otherwise if the person auths then gets
405 marked they will cause 2 Registered quits on the IRCd. Only one
406 will happen now.
407
c99dcaf6 4082006-12-17 Neil Spierling <sirvulcan@gmail.com>
409
410 * src/chanserv.c: Added function check_bans to check bans in a
411 specific channel when needed (see below).
412
413 * src/chanserv.h: check_bans deceleration.
414
415 * src/proto-p10.c: First of all we dont need a handle_info when
416 checking for IsHiddenHost, the IRCd takes care of this. Made it
417 so we copy the fakehost into user->fakehost so X3 can check
418 IsFakeHost properly. Lastly after we set a fakehost in irc_mark
419 we need to recheck the users bans just in case a person has
420 lamer'ed the marked hostname.
421
d82cf2f0 4222006-12-12 Alex Schumann <rubin@afternet.org>
423
424 * configure.in: making google core lib optional
425
426 * configure: regenerated
427
428 * src/proto-p10.c: added support for sending nefarious marks
429
430 * src/proto.h: prototype for irc_mark
431
432 * src/opserv.help: documented new mark support. Also documented the
433 svsjoin and svspart commands as they were missing.
434
435 * src/hash.h: added MARKLEN define
436
437 * src/opserv.c: added mark command as well as mark support in trace
438 and addalert.
439
a8b2ad8d 4402006-12-12 Neil Spierling <sirvulcan@gmail.com>
441
442 * configure: Regenerated.
443
444 * configure.in: Add support for google core dumper. Plus updated
445 tre to 0.7.5.
446
447 * Makefile.in: Regenerated.
448
449 * rx/Makefile.in: Regenerated.
450
451 * src/config.h.in: Regenerated.
452
453 * src/Makefile.in: Regenerated.
454
455 * tools/core_install.sh: Just like tre_install.sh. This installs
456 the core dumper.
457
458 * tools/coredumper.tar.gz: Google core dumper 0.2.
459 http://sourceforge.net/projects/goog-coredumper/
460
461 * tools/tre_install.sh: Updated version to 0.7.5
462
463 * tools/tre.tar.gz: Updated tre to 0.7.5.
464
283cfa83 4652006-12-10 Alex Schumann <rubin@afternet.org>
466
467 * src/opserv.c: fix debug message left at wrong level ("checking
468 reroute()")
469
9079d26c 4702006-12-09 Alex Schumann <rubin@afternet.org>
471
472 * src/opserv.c: bugfixes to autorouting timer code
5c6bff84 473 improved stats routing to clean up & take an argument
9079d26c 474
475 * src/opserv.h: bugfixes to autorouting timer code
476
5c6bff84 477 * src/opserv.help: document new stats routing syntax
478
9079d26c 479 * src/timeq.c: added some usefull (commented out) debugging code for
480 figuring out timer problems.
481
482 * src/timerq.h: added some usefull (commented out) debugging code for
483 figuring out timer problems.
484
5c6bff84 485 * src/proto-p10.c: cleanup/improve eob autorouting init
486
da5b7dfc 4872006-12-08 Alex Schumann <rubin@afternet.org>
488
489 * src/opserv.c: Moving some version reply housekeeping to proto-p10.c
490
491 * src/proto-p10.c: moving version reply storage here, adding webTV
492 no_notice support (automatiaclly dont send notices if version reply
493 says its a webtv user since they cant SEE notices. (other clients to
494 add?)) note, this needs a version query alert to get the version from
495 them.
496
497 * src/helpfile.c: honor the no_notices user bit
498
499 * src/hash.h: add no_notices user bit
500
8709474a 5012006-12-07 Alex Schumann <rubin@afternet.org>
502
eaf715f1 503 * src/opserv.c: Add filter ability to stats alerts + fixup
8709474a 504
eaf715f1 505 * src/opserv.help: document filter feature of stats alerts + fixup
8709474a 506
7a278540 5072006-12-02 Alex Schumann <rubin@afternet.org>
508
509 * src/chanserv.c: fix to levels command (- were missing)
510
511 * src/tools.c: fix warning
512
513 * src/common.h: fix warning
514
515 * src/chanserv.help: update online help url, changed help general to
516 use new $! command char replacement code.
517
518 * src/hash.c: fix warning when geoip is off
519
520 * src/helpfile.c: add new '$!' code for chanserv's current trigger
521 char in help files
522
11d3c79b 5232006-12-01 Alex Schumann <rubin@afternet.org>
524
525 * src/chanserv.c: Raisk pointed out that mdelop and friends dont work
526 on users of non-standard access level such as 201. Fixed this by
527 changing mdelop and friends to work on the range of access levels.
c9bf23fe 528 Added a LEVELS command.
529
530 * src/chanserv.h: corrected PEON access defines such that 1-150 is
531 peon instead of 100-150 with 1-99 being undefined.
532
533 * src/chanserv.help: help for new LEVELS command
534
535 * src/helpfile.c: Improved table functions so that it automatically
536 right-justifies numerical columns.
537
538 * src/tools.c: Added helper functions str_is_number and msnprintf (an
539 auto-mallocing printf function)
540
541 * src/common.h: defines and defines for msnprintf and str_is_number
542
11d3c79b 543
23b7ec6e 5442006-11-30 Alex Schumann <rubin@afternet.org>
545
546 * src/chanserv.c: Modified .myaccess such that if you give it your own
547 account when you are not a helper, it still works. (Requested by
548 Jigsy)
549
550 * src/nickserv.help: Corrected the help file to feed oregister based
551 on email_required instead of email_enabled
552
d9ffe0e7 553 * src/nickserv.c: Fix & close sf bug 1584057 (hidden_host with no dots
554 causes crash in set if no title) thanks xanjunior
555
4b44eb0f 5562006-10-18 Neil Spierling <sirvulcan@gmail.com>
557
558 * src/opserv.c: Minor cosmetic error noticed by Raisk. If doing an
559 opserv WHOIS from another service (when bound), the channels reply
560 would come from o3 instead of that service.
561
39c1a4ef 5622006-10-18 Neil Spierling <sirvulcan@gmail.com>
563
564 * src/opserv.c: Added in SVSPART alert/traces.
565
566 * src/opserv.help: Added in bits for SVSJOIN, SVSPART, and VERSION.
567
568 * src/proto.h: Added in decleration for svspart.
569
570 * src/proto-p10.c: Extend current SVSPART functionality so that we
571 can send them with traces etc.
572
a62ba70c 5732006-10-14 Alex Schumann <rubin@afternet.org>
574
575 * src/opserv.c: fix crash Buttaknife noticed if you forget chantarget
576 in svsjoin alerts. Cleanup old silent code fragments left over. Check
577 for missing chantarget in alerts also.
578
0e08a8e0 5792006-10-12 Alex Schumann <rubin@afternet.org>
580
581 * src/opserv.c: Added VERSION alert/trace reaction, so you can now
582 setup x3 to version only users matching a criteria, and then another
583 alert to do someting based on the version reply. This should be
584 usefull for finding bots etc. Or, for example, you can make all xchat
585 people join #xchat, or all mirc join #mirc etc.
586 Also, there is a fix in here for SVSJOIN which i hadn't gotten
587 everything working with.
588
589 * src/proto-p10.c: added privmsg_user and version_user functions
590
591 * src/proto.h: added privmsg_user and version_user function
592 declerations
593
594 * src/hash.h: added version_reply variable to users
595
596
597
c408f18a 5982006-10-12 Alex Schumann <rubin@afternet.org>
599
600 * src/opserv.c: Added SVSJOIN command, to push a user into a channel,
601 and a TRACE REACTION of SVSJOIN for trace and alerts. Now you can do
602 something like 'trace SVSJOIN chantarget #dronebots nick bot[*'
603 or send all level3 users to a perticular channel on connection, etc.
604
ff5f1ab2 6052006-10-12 Alex Schumann <rubin@afternet.org>
606
607 * src/chanserv.c: Make lamers not affect users on the userlist above
608 inviteme level in the channel. (why kb users who can .uba and
609 .inviteme back in?)
610
1e7eaa91 6112006-10-10 Neil Spierling <sirvulcan@gmail.com>
612
613 * src/spamserv.c: Ignore those with access (if the options are
614 disabled- scanchanops, scanhalfops, scanvoiced.
615
ffb204b6 6162006-10-08 Alex Schumann <rubin@afternet.org>
1e7eaa91 617
ffb204b6 618 * src/chanserv.c: undid 9/16/06 change of 5 second delay before
619 autojoin. Not really a great solution. Instead, move auth_handler
3c83701b 620 funcs to be called after stamping etc. thx to Buttaknife for this
621 solution.
ffb204b6 622
623 * src/nickserv.c: move auth_func calls to after stamping, and
624 commented up the cmd_auth source to make it more managable.
625
075d7932 6262006-10-04 Alex Schumann <rubin@afternet.org>
627
628 * src/chanserv.c: remove redundant 'none' from empty llists
629
eca6aa4f 6302006-10-04 Neil Spierling <sirvulcan@gmail.com>
631
632 * src/nickserv.c: Fix for bug 1555621. Cookie data will be copied
633 over with odelcookie now.
634
6352006-10-04 Neil Spierling <sirvulcan@gmail.com>
10fb34f6 636
637 * src/chanserv.c: Fix for bug 1551717. If automode is set to 0
638 in a channel and a user auths in the channel, the user will not
639 receive autoop etc if they have it enabled in uset.
640
6412006-10-03 Alex Schumann <rubin@afternet.org>
e6dce34c 642
643 * src/opserv.c: Check for connect timer entries before adding new
644 ones, hopefully will fix bug 1570408 (pLaYa, let us know)
645
95adb209 6462006-09-25 Neil Spierling <sirvulcan@gmail.com>
647
648 * src/modcmd.c: Shortened ThiefMaster to just his nick as per request
649 by him.
650
dd019452 6512006-09-16 Neil Spierling <sirvulcan@gmail.com>
652
653 * src/chanserv.c: Do autojoin 5 seconds after handle_auth. Seems its
654 happening before autohide. Let me know if its still happening before
655 autohide.
656
657 * src/chanserv.help: Updated the AUTOJOIN bit.
658
5b66c0c2 6592006-09-13 Alex Schumann <rubin@afternet.org>
660
661 * src/chanserv.help: improved the help listing for the info command,
662 and information help category.
663
14f0e274 6642006-09-10 Neil Spierling <sirvulcan@gmail.com>
665
666 * src/mod-memoserv.c: Fixed crash bug.
667
668 * src/spamserv.c: Ignore opers.
669
4a2a9a4e 6702006-08-28 Neil Spierling <sirvulcan@gmail.com>
671
672 * README: tweaks.
673
6742006-08-27 Neil Spierling <sirvulcan@gmail.com>
73bcd46c 675
676 * src/chanserv.help: Tweaked a , to .
677
4a2a9a4e 6782006-08-27 Neil Spierling <sirvulcan@gmail.com>
ffd8a4c9 679
680 * src/opserv.help: Removed privs menu so we can release a tarball.
681
90e75ffd 6822006-08-25 Alex Schumann <rubin@afternet.org>
683
684 * src/chanserv.c: fix uset reply for halfops
685
686 * src/nickserv.help: document the 'b' account flag
687
f16ad9e7 6882006-08-26 Neil Spierling <sirvulcan@gmail.com>
689
690 * x3.conf.example: Added hidden host style option and key options
691 for style 2.
692
693 * src/hosthiding.h: Remove KEY #defines.
694
695 * src/hosthiding.c: Set the keys only once using the conf values.
696
697 * src/nickserv.c: Generate hidden hosts off crypt hosts instead
698 of standard hidden hosts if style is 2.
699
700 * src/proto-common.c: Generate hidden hosts off crypt hosts instead
701 of standard hidden hosts if style is 2.
702
703 * src/proto-p10.c: Set crypt host to the crypt IP if there is no
704 hostname (unresolved). This is how Nefarious works.
705
706 * src/tools.c: Generate hidden hosts off crypt hosts instead
707 of standard hidden hosts if style is 2.
708
cd25f2e9 7092006-08-24 Neil Spierling <sirvulcan@gmail.com>
710
711 * src/chanserv.c: Added autojoin USET option, which uses SVSJOIN.
712
713 * src/chanserv.h: Added autojoin USET option, which uses SVSJOIN.
714
715 * src/proto.h: irc_svsjoin decelerations.
716
717 * src/proto-p10.c: Wrote irc_svsjoin plus added the nessecary bits
718 for SVSJOIN. Also wrote cmd_svsjoin for if X3 should ever recieve
719 an SJ it will be handled properly as a JOIN. Did the same for
720 SVSPART.
721
a45018b2 7222006-08-24 Neil Spierling <sirvulcan@gmail.com>
723
724 * src/spamserv.c: Fixed the +k issue with spamserv.
725
6c34bb5a 7262006-08-24 Neil Spierling <sirvulcan@gmail.com>
727
728 * src/opserv.c: Added PRIVSET Command.
729
730 * src/opserv.help: Added PRIVSET Command. Plus contents for the
731 privs section.
732
733 * src/proto.h: irc_privs deceleration.
734
735 * src/proto-p10.c: Fixed a compile issue plus added functions for
736 setting and checking privs.
737
89d871d8 7382006-08-23 Neil Spierling <sirvulcan@gmail.com>
739
740 * x3.conf.example: Add a new ircd type 6 for trunk nefarious.
741
742 * src/hash.h: Priv declerations.
743
744 * src/opserv.c: Show privs in WHOIS output.
745
746 * src/proto.h: client_report_privs decleration.
747
748 * src/proto-p10.c: Handle PRIV only for type 6 servers.
749
90e75ffd 7502006-08-19 Alex Schumann <rubin@afternet.org>
751
752 * src/authserv.c: document the oset flag +b in help (hide from staff
753 command.)
754
33741441 7552006-08-19 Alex Schumann <rubin@afternet.org>
756
757 * src/chanserv.c: added reply command, which responds similar to calc,
758 but with any message. (for use with bindings)
759
760 * src/modcmd.c: enabled the ability to use $a $n and $m in BIND, which
761 are replaced with the target command's calling user's account, nick,
762 and numnick respectively. This and the above allows things like:
763 BIND x3 account x3.reply your account is $a or
764 BIND x3 kickme x3.kick $n $1-
765 more to come, maybe, later.
766
37d706b7 7672006-08-01 Alex Schumann <rubin@afternet.org>
768
769 * src/modcmd.c: Added OSI certification message to VERSION command
770
01a5e8c8 7712006-08-09 Neil Spierling <sirvulcan@gmail.com>
772
773 * x3.conf.example: Redid part of the geoip summary.
774
1ad7ac15 7752006-08-09 Neil Spierling <sirvulcan@gmail.com>
776
777 * src/opserv.c: If we have a city, latitude and longitude returned
778 then show a map url. Some results have no city but a latitude and
779 a longitude. The coordinates are useless in this case and most
780 people would know where the country is around abouts.
781
58528547 7822006-08-08 Neil Spierling <sirvulcan@gmail.com>
783
784 * src/hash.c: Speed up city and country lookups significantly.
785 Just slow for the first read but once thats done the rest is fast.
786
3a4fdc79 7872006-08-08 Neil Spierling <sirvulcan@gmail.com>
788
789 * src/spamserv.c: Fix a crash in spamserv (Tracker# 1535968).
790 I dont know if this will work for sure as i cant reproduce it. But
791 my theory is that once the user is kicked the mode node is dropped.
792 Users without modes should still return a valid mode node.
793
5678501c 7942006-08-08 Neil Spierling <sirvulcan@gmail.com>
795
796 * src/chanserv.c: Fixed a crash with giveownership. X3 would crash
797 if a giveownership command was issued in a channel with no owners.
798
21f6caee 7992006-08-07 Neil Spierling <sirvulcan@gmail.com>
800
801 * configure: Regenerated.
802
803 * configure.in: Added checks for GeoIP headers and libs.
804
805 * x3.conf.example: Add in 2 options for the dat filenames of the
806 city and country files. If not specified then no geoip data
807 will be checked.
808
809 * src/config.h.in: Regenerated.
810
811 * src/hash.c: Created a function to check the geoip info from the
812 dat files.
813
814 * src/hash.h: Decelerations plus added entries to the userNode
815 struct.
816
817 * src/opserv.c: Display the GeoIP information in WHOIS.
818
819 * src/proto-p10.c: Call the new geoip data collection function
820 towards the end of AddUser.
821
a2dbccef 8222006-08-06 Neil Spierling <sirvulcan@gmail.com>
823
824 * src/global.c: Fixed a bug, wasnt message_del'ing some messages.
825
4d69a3b1 8262006-08-01 Alex Schumann <rubin@afternet.org>
827
828 * src/chanserv.c: Add automode 6, to just voice everyone with access.
829 Idea by daniel (thx)
830
7827220c 8312006-08-01 Neil Spierling <sirvulcan@gmail.com>
832
833 * This message is apart of the below one, its just seperate so
834 it doesnt get lost amongst the below messages.
835
836 * src/global.c: Fixed a warning.
837
8382006-08-01 Neil Spierling <sirvulcan@gmail.com>
839
840 * configure: Removed bahamut support, didnt even work.
841
842 * configure.in: Removed bahamut support, didnt even work.
843
844 * INSTALL: Removed bahamut support, didnt even work.
845
846 * x3.conf.example: Removed bahamut support, didnt even work.
847
848 * patches/log-pgsql.diff: Removed bahamut support, didnt even work.
849
850 * patches/helpserv-pgsql.diff: Removed bahamut support, didnt even
851 work.
852
853 * src/config.h.in: Removed bahamut support, didnt even work.
854
855 * src/gline.c: Removed bahamut support, didnt even work.
856
857 * src/hash.h: Removed bahamut support, didnt even work.
858
859 * src/nickserv.c: Removed bahamut support, didnt even work.
860
861 * src/nickserv.h: Removed bahamut support, didnt even work.
862
863 * src/Makefile.am: Removed bahamut support, didnt even work.
864
865 * src/Makefile.in: Removed bahamut support, didnt even work.
866
867 * src/proto-bahamut.c: Removed bahamut support, didnt even work.
868
869 * src/shun.c: Removed bahamut support, didnt even work.
870
57692f5e 8712006-08-01 Neil Spierling <sirvulcan@gmail.com>
872
873 * src/global.c: Added language strings for mod-helpserv.c, opserv.c,
874 spamserv.c, nickserv.c.
875
876 * src/mod-helpserv.c: Changed global_message uses to global_message_arg's.
877
878 * src/nickserv.c: Changed global_message uses to global_message_arg's.
879
880 * src/opserv.c: Changed global_message uses to global_message_arg's.
881
882 * src/spamserv.c: Changed global_message uses to global_message_arg's.
883
09a3057c 8842006-08-01 Neil Spierling <sirvulcan@gmail.com>
885
886 * src/chanserv.c: Changed global_message uses to global_message_arg's.
887
888 * src/global.c: Added language strings for chanserv.c
889
4d99495c 8902006-08-01 Neil Spierling <sirvulcan@gmail.com>
891
892 * src/global.c: Make sure we arnt sending duplicate messages in
893 some cases.
894
985d4109 8952006-08-01 Neil Spierling <sirvulcan@gmail.com>
896
897 * src/x3.conf.example: Removed the targets option.
898
899 * src/global.c: Wrote new function that will global message users
900 and/or opers and/or helpers messages in their own langauge. The
901 strings are set either in language files or in the global.c message
902 struct. This allows us to send defcon notices to people and they
903 will get them in their own language if they have it set.
904
905 * src/global.h: global_message_args decleration.
906
907 * src/opserv.c: Removed targets option for defcon as its too hard
908 to send messages to people in channels if the people have different
909 language settings.
910
d8b9cb7c 9112006-07-31 Neil Spierling <sirvulcan@gmail.com>
912
913 * src/opserv.c: TODO stuff.
914
0272358e 9152006-07-31 Neil Spierling <sirvulcan@gmail.com>
916
917 * x3.conf.example: Added SHUN setting for DEFCON.
918
919 * doc/DEFCON: Added SHUN setting for DEFCON.
920
921 * src/opserv.c: Moved the gline check to here. Also added a SHUN
922 check.
923
924 * src/opserv.h: Added SHUN setting for DEFCON.
925
926 * src/proto-p10.c: Moved the DEFCON gline check to opserv.c
927
08895577 9282006-07-31 Neil Spierling <sirvulcan@gmail.com>
929
930 * x3.conf.example: Added new Defcon system settings
931
932 * doc/DEFCON: Anope's Defcon doc adapted for X3.
933
934 * src/chanserv.c: Block mode changes and channel registrations if
935 required.
936
937 * src/mod-memoserv.c: Block new memos if required.
938
939 * src/nickserv.c: Block nick registrations if required.
940
941 * src/opserv.c: Added in defcon system, uses some of the anope code.
942 Most tho is from scratch.
943
944 * src/opserv.h: Defcon declerations.
945
946 * src/opserv.help: Added DEFCON entry.
947
948 * src/proto-p10.c: If required gline new clients, also if required
949 kill new clients.
950
35305a49 9512006-07-29 Alex Schumann <rubin@afternet.org>
952
953 * configure.in, Makefile.in, src/Makefile.in, tools/tre_install.sh,
954 src/opserv.c, src/config.h.in, src/nickserv.c, src/Makefile.am: I am
955 not comfortable running 'make install' on libtre from ./configure.
956 This violates what the user expects in a way that can harm the system.
957 Changed how the libtre checks work and provided easy-to-use install
0754f993 958 script. -fix link stage
35305a49 959
960 * rx/Makefile.in: fix autotools warning(s)
961
babc1c07 9622006-07-28 Alex Schumann <rubin@afternet.org>
963
964 * src/nickserv.help: add odelcookie to help oper
965
31543e44 966 * x3.conf.example: update & improve x3.conf.example description of
967 extended_accounts setting.
968
964abe6b 9692006-07-26 Alex Schumann <rubin@afternet.org>
970
971 * src/opserv.c: Fix crash when doing reroute if routing isnt
ce9266cf 972 configured. | Voice discovered that the error message for addplan fail
973 was typeo'd so not showing.
964abe6b 974
20517d48 975 * src/opserv.help: slight changes to routing help.
976
977 * src/chanserv.c: let non-staff see when channels were registered with
978 .info
979
d9d33535 9802006-07-24 Alex Schumann <rubin@afternet.org>
981
982 * src/proto-p10.c: dont burst channels with 0 users in them (which
983 were created by alert discrims, most likely)
984
9852006-07-23 Alex Schumann <rubin@afternet.org>
986
987 * x3.conf.example: Added chanserv "modes" to example - use to control
988 what usermodes chanserv gets. Mainly for setting +d or not, if you
989 have nef 1.0 'b:' lines setup.
990
bae4525d 9912006-07-25 Neil Spierling <sirvulcan@gmail.com>
992
993 * src/nickserv.c: If theres no title set then the default title
994 will therefore be the first part of hidden_host in x3.conf.example,
995 so for consistency with opt_fakehost we will print this.
996
88b0672a 9972006-07-25 Neil Spierling <sirvulcan@gmail.com>
998
999 * src/nickserv.c: The reason why theres no arg rubin is that
1000 if you want to print the fakehost then u dont specify an arg.
1001 This tells opt_fakehost to set fake to the current fakehost
1002 and pass it on to be printed.
1003
bf93ca8d 10042006-07-23 Alex Schumann <rubin@afternet.org>
1005
116d100f 1006 * src/nickserv.c: Add config file regex fakehost test + sanity
574bfc14 1007 checking in title as well (fixed).
bf93ca8d 1008
8108185c 1009 * src/mod-memoserv.c: Fixed crash bug in memosearv read. (check argc
1010 instead of argv[2]==null since argv's dont get set null.
1011
eb43ca8c 10122006-07-23 Neil Spierling <sirvulcan@gmail.com>
1013
1014 * src/mod-memoserv.c: Fix to a crash/output corruption issue.
1015
1016 * src/proto-p10.c: Host in topic supports sethost and fakehost
1017 now.
1018
47956fc5 10192006-07-21 Alex Schumann <rubin@afternet.org>
1020
1021 * src/proto-p10.c: Added support for irc_wallop, irc_squit,
1022 irc_connect, and added callbacks to handle connect failures and
1023 successes. (All prep for auto routing system)
0520d39a 1024
47956fc5 1025 * src/proto.h: Added support for irc_wallop, irc_squit,
1026 irc_connect, and added callbacks to handle connect failures and
1027 successes. (All prep for auto routing system)
0520d39a 1028
dd1fc2a3 1029 * src/opserv.help: Help entries for auto routing system + fix typeo in
1030 routing example
0520d39a 1031
47956fc5 1032 * src/hash.h: New structs for auto routing system
0520d39a 1033
da0c436d 1034 * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce
1035 error message to debug message.
0520d39a 1036
47956fc5 1037 * src/opserv.h: The long-awaited X3 Auto Routing Plan system!
0520d39a 1038
47956fc5 1039 * src/modcmd.c: added 'routing' main command alias.
1040
5006460e 10412006-07-16 Neil Spierling <sirvulcan@gmail.com>
1042
1043 * x3.conf.example: Added host_in_topic option for sending full
1044 nick!user@host if its enabled. Default to one as Nefarious is
1045 default to TRUE for HOST_IN_TOPIC. There will be wierdness if
1046 you have this enabled on X3 and not on your Nefarious server.
1047
1048 * src/proto-p10.c: Make use of host_in_topic.
1049
c092fcad 10502006-07-13 Alex Schumann <rubin@afternet.org>
1051
1052 * src/opserv.c: make the bot reply from the nick you /msg in all
1053 cases, if commands are bound to a different bot.
1054
1055 * src/nickserv.c: make the bot reply from the nick you /msg in all
1056 cases, if commands are bound to a different bot.
1057
1058 * src/chanserv.c: make the bot reply from the nick you /msg in all
1059 cases, if commands are bound to a different bot.
1060
1061 * src/mod-memoserv.c: Make all memoserv commands reply from the bot you
1062 msg, not the defined memoserv bot, if commands are aliased to other
1063 bots. This may also fix the crash bug playa reported at
1064 http://www.unrealgamers.net/forums/index.php?showtopic=138
1065
be3d31e0 10662006-07-11 Alex Schumann <rubin@afternet.org>
1067
75ef8cdc 1068 * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter
1069 and some x3 topic functions.
1070
be3d31e0 1071 * x3.conf.example: Improved server/type setting documentation,
1072 and changed default to 5.
1073
0c0adfe0 10742006-07-11 Alex Schumann <rubin@afternet.org>
1075
1076 * src/opserv.c: fixed silent alerts not getting picked up from db file
1077 on read/load.
1078
827ecd60 10792006-07-11 Alex Schumann <rubin@afternet.org>
1080
df5f6070 1081 * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop
1082 when adding an invalid jupe servername or numeric.
1083 this closes bug number 1513510.
1084
827ecd60 1085 * src/modcmd.c: if pubcmd is set higher than your level, only respond
1086 with the denied msg if the command was actually found. this closes bug
1087 number 1509382.
1088
22d5d8cf 10892006-07-10 Alex Schumann <rubin@afternet.org>
1090
1091 * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a
1092 non-logged-in user (null pointer)
1093
3f5b8801 10942006-07-09 Alex Schumann <rubin@afternet.org>
1095
1096 * src/nickserv.c: fixed bug where unignores were getting sent to the
1097 user multiple times, instead of to each online nick once.
1098
d07e3fff 10992006-07-09 Alex Schumann <rubin@afternet.org>
1100
f0b5157b 1101 * src/nickserv.c: Fixes for addignore/delignore corruption +missed a
b6599cc2 1102 spot. Ugh, messed up the fix. Trying again :)
d07e3fff 1103
5f1600ab 11042006-07-10 Neil Spierling <sirvulcan@gmail.com>
1105
1106 * src/chanserv.c: INVITE now checks the targets ignore/silence list.
1107 If the target is ignoring the person inviting them then the invite
1108 is denied.
1109
a76bcc6a 11102006-07-07 Alex Schumann <rubin@afternet.org>
1111
1112 * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in
1113 memoserv most easily seen when sending short memos. Rewrote the flag
1114 handling part of memo send to correct it.
1115
18757dc0 11162006-07-05 Alex Schumann <rubin@afternet.org>
1117
1118 * src/helpfile.c: pLaYa pointed out the table code row count is off by
1119 one. Fixed.
1120
5b1166fd 11212006-06-27 Neil Spierling <sirvulcan@gmail.com>
1122
1123 * configure: Regenerated.
1124
1125 * configure.in: Make use of TRE regexp library. Its more powerful
1126 than the standard library (http://laurikari.net/tre/index.html).
1127 Im also pondering adding services side regexp bans, X3 would
1128 probably required a channel flag called say advanced that can
1129 only be set by the owner. If enabled then regexp bans can be
1130 used. I also added an output saying what modules are enabled,
1131 what protocol is enabled, what malloc is choosen and if debugging
1132 is enabled. Just a bit of a message as the user will of seen
1133 programs just finish compiling and he/she/it may think it
1134 was X3 compiling, but it was just TRE compiling. They still need
1135 to compile X3.
1136
1137 * src/config.h.in: Regenerated.
1138
1139 * src/Makefile.am: Tweak for TRE.
1140
1141 * src/Makefile.in: Regenerated.
1142
1143 * src/nickserv.c: Use the new regex.h Im sure -I includes get
1144 called before system includes like /usr/include.
1145
1146 * src/opserv.c: Use the new regex.h Im sure -I includes get
1147 called before system includes like /usr/include.
1148
1149 * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and
1150 compile this just before configure finishes up. Sits around
1151 470KB, rather than another 2.5MB if i TRE untarred. I suppose
1152 i could get it down a bit more using Bzip but there are some
1153 boxes out there still without bzip.
1154
1b4a47ca 11552006-06-25 Neil Spierling <sirvulcan@gmail.com>
1156
1157 * src/mod-memoserv.c: Better history implementation. A seperate
1158 table is used for history entries. Entries contain the same
1159 fields as the memo table except for the message, read, and flags.
1160 Entries are only removed from the history db when they get
1161 expired by do_expire (older than message_expire). Also fixed
1162 up a issue with STATUS. On AfterNET we were getting huge large
1163 for the amount of memos. I now realise it was reading the amount
1164 of users. It now reads the proper amount of memos. I also a count
1165 for history entries.
1166
1167 * src/mod-memoserv.help: EXPIRE handles history and memos now.
1168
35ca8140 11692006-06-25 Neil Spierling <sirvulcan@gmail.com>
1170
1171 * src/mod-memoserv.c: Make use of ignore lists when trying to
1172 send memos.
1173
6546e922 11742006-06-25 Neil Spierling <sirvulcan@gmail.com>
1175
1176 * src/spamserv.c: Crash fix (finally). Been meaning to do this
1177 for a while now.
1178
a8370a20 11792006-06-23 Alex Schumann <rubin@afternet.org>
1180
1181 * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h,
1182 src/modcmd.c, src/nickserv.c: Improvements to
1183 table output and help display.
1184
1185 * src/mod-memoserv.c: fix segfault
1186
11872006-06-23 Alex Schumann <rubin@afternet.org>
6c3ce3bb 1188
1189 * src/chanserv.c: Backing out the bantype patch because it sucks _bad_.
1190 fix it and re-apply if you want it..
1191
1192 * src/chanserv.h: Backing out the bantype patch.
1193
1194 * src/chanserv.help: Backing out the bantype patch.
1195
8cfd8013 11962006-06-20 Neil Spierling <sirvulcan@gmail.com>
1197
1198 * src/mod-memoserv.c: Fixed a bug.
1199
cbc5a1a4 12002006-06-20 Neil Spierling <sirvulcan@gmail.com>
1201
1202 * src/mod-memoserv.c: Added basic HISTORY command. At the moment
1203 if the recipient deletes the memo it will not be listed in the
1204 HISTORY list.
1205
1206 * src/mod-memoserv.help: HISTORY entry.
1207
2a951803 12082006-06-20 Neil Spierling <sirvulcan@gmail.com>
1209
1210 * src/mod-memoserv.c: Added new flags, see below.
1211
1212 * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also
1213 added flags for always ignoring read reciepts and always sending
1214 read reciepts.
1215
f2e592d3 12162006-06-20 Neil Spierling <sirvulcan@gmail.com>
1217
1218 * src/mod-memoserv.c: Added CANCEL command for cancelling memos
1219 that you have sent, aslong as they have not been read yet.
1220
1221 * src/mod-memoserv.help: CANCEL entry plus tweaked some read
1222 recipient to read reciept stuff.
1223
34a9e19a 12242006-06-20 Neil Spierling <sirvulcan@gmail.com>
1225
1226 * src/mod-memoserv.c: Redid the db stuff, it now writes users
1227 settings and memos to the memoserv database.
1228
512d7958 12292006-06-20 Neil Spierling <sirvulcan@gmail.com>
1230
1231 * src/mod-memoserv.c: Small bug fix.
1232
82794e1b 12332006-06-20 Neil Spierling <sirvulcan@gmail.com>
1234
1235 * src/mod-memoserv.c: Added read recipient support via SEND using
1236 -r as a flag. Messages with requested read recipients have a (r)
1237 shown beside the sender nick in LIST. People can ignore a read
1238 recipient using -i when reading the message via READ. Its all
1239 in the help file.
1240
1241 * src/mod-memoserv.help: Added read recipient relevent bits.
1242
1243 * src/opserv.help: Added halfopping functions.
1244
acb6d53d 12452006-06-19 Neil Spierling <sirvulcan@gmail.com>
1246
1247 * src/x3.conf.example: Forgot a ;.
1248
a8692672 12492006-06-19 Neil Spierling <sirvulcan@gmail.com>
1250
1251 * src/mod-memoserv.c: Make use of SET LIMIT.
1252
d9abe201 12532006-06-19 Neil Spierling <sirvulcan@gmail.com>
1254
1255 * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now.
1256
a8138c9f 12572006-06-19 Neil Spierling <sirvulcan@gmail.com>
1258
1259 * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now.
1260
acf3c6d5 12612006-06-19 Neil Spierling <sirvulcan@gmail.com>
1262
1263 * x3.conf.example: Max limit for Memoserv LIMIT option.
1264
1265 * src/hash.h: Fixed halfops issue.
1266
1267 * src/mod-memoserv.c: Added SET LIMIT option for the maximum
1268 amount of memos you can have. This does not do anything yet as
1269 im committing the half ops fix now. This code is fine it just
1270 allows you to adjust the limit for now.
1271
e3e5ba49 12722006-06-12 Neil Spierling <sirvulcan@gmail.com>
1273
1274 * x3.conf.example: Commented out SpamServ module as there are bugs
1275 and i cant give a definate date as to when i can fix it. Im not
1276 home much these days.
1277
1278 * src/mod-memoserv.c: Redid the SET code using some whatnet code
1279 by wasted. Tweaked here and there. Also added some formatting in
1280 LIST and SET like chanserv SET. Oh and MemoServ will join
1281 autojoin_channels if MemoServ is in a seperate nickname.
1282
1283 * src/mod-memoserv.help: Added OSET and done some tweaking.
1284
1285 * src/nickserv.c: Allow the use of get_victim_oper outside of
1286 nickserv.c.
1287
1288 * src/nickserv.h: Allow the use of get_victim_oper outside of
1289 nickserv.c.
1290
b3052f71 12912006-06-07 Alex Schumann <rubin@afternet.org>
1292
1293 * src/chanserv.help: Added a couple set helps that were missing.
e1443247 1294
1295 * src/helpfile.c: fix missing space in multi-column table output such
1296 as /msg opserv commands * (with nickserv tablewidth setting >60)
b3052f71 1297
1c5f6697 12982006-06-06 Alex Schumann <rubin@afternet.org>
1299
e3e5ba49 1300 * src/opserv.c: Change how addalert silence works, so that its a
1301 parameter instead of an action, and also works with trace now.
1302
1c5f6697 1303 * x3.conf.example: Added a config setting of level needed to use
1304 'silent yes' in trace/addalert.
1305
d762299d 13062006-06-04 Alex Schumann <rubin@afternet.org>
1307
1308 * src/nickserv.c: Fix oregister
1309
7293d1d3 1310 * src/nickserv.help: Update help for oregister
1311
a6a4707e 13122006-06-05 Neil Spierling <sirvulcan@gmail.com>
1313
1314 * src/proto-p10.c: Properly handle incomming manual silences.
1315
668dc38e 13162006-06-05 Neil Spierling <sirvulcan@gmail.com>
1317
1318 * src/common.h: pretty_mask etc declerations.
1319
1320 * src/nickserv.c: Parse the mask through pretty_mask before adding
1321 it. Normal ircd side silences go through this, this just keeps
1322 things looking the same and if a user tries to remove a silence
1323 added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P
1324
1325 * src/proto-p10.c: Send a + if adding a silence.
1326
1327 * src/tools.c: pretty_mask and one other function for reformatting
1328 a hostname so its pretty :) from IRCu.
1329
92fac64c 13302006-06-04 Alex Schumann <rubin@afternet.org>
668dc38e 1331
92fac64c 1332 * src/nickserv.c: Send silences to every nick of a handle, not the
1333 nick that did the command.
1334
3ec42e29 13352006-06-04 Neil Spierling <sirvulcan@gmail.com>
1336
1337 * src/main.c: Moved spamserv initilization to after chanserv.
1338
1339 * src/spamserv.c: Read the db earlier.
1340
63c95a47 13412006-05-30 Neil Spierling <sirvulcan@gmail.com>
1342
1343 * configure: Regenerated.
1344
1345 * configure.in: Bumped version and changed list email.
1346
1347 * x3.example.conf: Added SpamServ options.
1348
1349 * src/chanserv.c: Join SpamServ if enabled when chanserv joins.
1350
1351 * src/chanserv.h: Declerations
1352
1353 * src/main.c: Init the new SpamServ service.
1354
1355 * src/Makefile.am: Added SpamServ files.
1356
1357 * src/Makefile.in: Regenerated
1358
1359 * src/modcmd.c: Added SpamServ to REBINDALL.
1360
1361 * src/opserv.c: Slab/X3 malloc STATS MEMORY updates.
1362
1363 * src/proto-common.c: Make sure SpamServ gets notices.
1364
1365 * src/spamserv.c: New service that checks for spamming, floods etc.
1366 Requires an oper to register it to a channel for it to work.
1367
1368 * src/spamserv.h: Decelerations.
1369
1370 * src/spamserv.help: Help entries for SpamServ.
1371
fe32eb19 13722006-05-29 Neil Spierling <sirvulcan@gmail.com>
1373
1374 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1375
1376 * src/chanserv.c: Added selectable bantypes.
1377
1378 * src/chanserv.h: Added selectable bantypes.
1379
1380 * src/chanserv.help: Added help entries.
1381
0b587959 13822006-05-29 Neil Spierling <sirvulcan@gmail.com>
1383
1384 * src/nickserv.c: Added user option ADVANCED, when we add more
1385 advanced commands users will need to set this to see the options
1386 in help. Further work in helpfile is still needed afaik. This is
1387 just the basics.
1388
1389 * src/nickserv.h: Advanced option declerations.
1390
1391 * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE.
1392 Seems no one added that when they added the AUTOHIDE option.
1393
7637f48f 13942006-05-28 Neil Spierling <sirvulcan@gmail.com>
1395
1396 * Below functions by Wasted (Martijn Smit) <wasted@lostdomain.org>
1397
1398 * x3.example.conf: Added new options- god_timeout, autojoin_channels,
1399 and denied_fakehost_words. Also dropped refresh_period for chanserv
1400 set resync.
1401
1402 * src/chanserv.c: Added god_timeout, disable god mode automatically
1403 when the period times out. Also added a new set option- resync, auto
1404 resyncs the userlist every 3, 6, 9, or 12 hours (or not at all).
1405
1406 * src/chanserv.help: Added entry for SET RESYNC.
1407
1408 * src/global.c: Join global into autojoin_channels if enabled.
1409
1410 * src/main.c: Some tweaking for autojoin_channels.
1411
1412 * src/mod-memoserv.c: If a user has memos and notify on login
1413 enabled then only display the notify notice on login and not
1414 during a netburst.
1415
1416 * src/mod-track.c: Quashed a warning.
1417
1418 * src/modcmd.c: Added functions for god_timeout. Also added wasted
1419 to VERSION output for credits for these features.
1420
1421 * src/nickserv.c: Added denied_fakehost_words, deny the words set
1422 there if an oper trys to use them in a fakehost. Also autojoin
1423 chanserv if enabled into autojoin_channels.
1424
1425 * src/opserv.c: Added REFRESHMAX to reset the max count, ie for
1426 after a drone attack. Also join opserv and reserved nicks into
1427 autojoin_channels if opserv/reserved is enabled.
1428
1429 * src/opserv.help: Added entry for REFRESHMAX.
1430
0779bbcf 14312006-05-25 Alex Schumann <rubin@afternet.org>
1432
b5c80c61 1433 * src/proto-p10.c: make non-existant server type setting not crash x3.
1434
0779bbcf 1435 * src/nickserv.help: Added newby tip to authserv registration
1436 help (about < and >)
1437
1438 * src/mod-track.c: Fixed crash when a server kicks a person (tried to
1439 deref null kicker)
1440
56958740 14412006-05-23 Neil Spierling <sirvulcan@gmail.com>
1442
1443 * src/chanserv.c: Set SWHOIS's when a user auths.
1444
1445 * src/hosthiding.c: Fixed a segfault.
1446
1447 * src/nickserv.c: Epithets now use SWHOIS.
1448
1449 * src/proto.h: Declerations for irc_swhois.
1450
1451 * src/proto-p10.c: Handle SWHOIS's.
1452
68b75482 14532006-05-23 Neil Spierling <sirvulcan@gmail.com>
1454
1455 * src/hash.h: Bumped SOCKIPLEN
1456
1457 * src/hosthiding.c: Functions to crypt IPv6 addresses.
1458
1459 * src/hosthiding.h: IPv6 function declerations.
1460
1461 * src/proto-p10.c: If the users ip address is IPv6 then crypt it
1462 with the ipv6 crypting function.
1463
37ef8ee3 14642006-05-23 Neil Spierling <sirvulcan@gmail.com>
1465
1466 * src/hash.h: Bits needed for other type of host hiding.
1467
1468 * src/hosthiding.h: Nefarious style 2 host hiding declerations.
1469
1470 * src/hosthiding.c: This will generated crypted style 2 Nefarious
1471 hidden hosts and ips. Currently they are just displayed in O3
1472 WHOIS. Im yet to expand this.
1473
1474 * src/Makefile.am: Added hosthiding.c and hosthiding.h.
1475
1476 * src/Makefile.in: Regenerated.
1477
1478 * src/opserv.c: Display crypted hosts n ips in WHOIS.
1479
1480 * src/proto-p10.c: Generate crypted hosts n ips on everyone and
1481 save them in user->crypthost user->cryptip.
1482
5177fd21 14832006-05-22 Neil Spierling <sirvulcan@gmail.com>
c02cd944 1484
5177fd21 1485 * src/chanserv.c: Set ignores when you authenticate.
c02cd944 1486
5177fd21 1487 * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE.
1488 Used for centralized silence list management. Currently set ignores
1489 can be viewed in ACCOUNTINFO for via ircd SILENCE.
1490
1491 * src/nickserv.h: Declerations.
1492
1493 * src/nickserv.help: Added help entries for above commands.
1494
1495 * src/proto.h: Declerations.
1496
1497 * src/proto-p10.c: Functions to handle silences
c02cd944 1498
d9896a83 14992006-05-18 Alex Schumann <rubin@afternet.org>
1500
b34a7505 1501 * src/proto-p10.c: Fixed up the track module a bit more
d9896a83 1502
b34a7505 1503 * src/hash.c: Fixed up the track module a bit more, including
1504 reporting correctly when X3 kicks someone. This should affect mrsnoopy
1505 as well, hopefully wont cause any bugs.
d9896a83 1506
e5c85987 1507 * src/mod-track.c: Fixed up the track module a bit more - made track
1508 all/none work
d9896a83 1509
b34a7505 15102006-05-18 Alex Schumann <rubin@afternet.org>
1511
1512 * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa
1513
1514 * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa
1515
1516 * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa
1517
1518 * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa
d9896a83 1519
15202006-05-18 Alex Schumann <rubin@afternet.org>
1521
b34a7505 1522 * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back
12673a59 1523 in.
1524
b34a7505 1525 * src/mod-track.c: some cleanups and textual changes, to make the commands
12673a59 1526 slightly more user friendly.
1527
5177fd21 15282006-05-16 Neil Spierling <sirvulcan@gmail.com>
1529
1530 * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting
1531
1532 * src/x3.conf.example.: adding 050 'type' to server config (rubin
1533 fixed missing ';' and changelog entries)
1534
f6c7c603 15352006-05-16 Neil Spierling <sirvulcan@gmail.com>
1536
1537 * Most files: Heh i cant be bothered listing all files, see websvn
1538 if you want specific files. I just added a new tracking module, its
1539 just like snoop except it targets specified users. The actual
1540 commit is in the previous revision, i just forgot to update this to
1541 tick over the svn version in version output.
1542
2f61d1d7 15432006-05-15 Neil Spierling <sirvulcan@gmail.com>
697f4c9a 1544
2f61d1d7 1545 * Most files: Major update off the new release of srvx 1.3.1. Also
1546 seeing as the new updates dont all have changelog entries ive dropped
1547 the 2 srvx Changelog files and renamed the X3 one to ChangeLog.
697f4c9a 1548
2f61d1d7 15492006-03-20 Alex Schumann <rubin@afternet.org>
697f4c9a 1550
2f61d1d7 1551 * src/chanserv.c: core fix; check if theres a handle_info before looking
1552 at style...
697f4c9a 1553
2f61d1d7 1554 * src/helpfile.c: core fix; check if theres a handle_info before looking
1555 at style...
697f4c9a 1556
2f61d1d7 15572006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 1558
2f61d1d7 1559 * src/chanserv.c: more clean style changes
697f4c9a 1560
2f61d1d7 15612006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 1562
2f61d1d7 1563 * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg
1564 and dhp1080 made me do it) Needs lots of work to remove ----
1565 headers for 'clean' setting.
697f4c9a 1566
2f61d1d7 1567 * src/helpfile.c: Added nickserv 'style' stetting back.
697f4c9a 1568
2f61d1d7 1569 * src/nickserv.help: Added help for set style.
697f4c9a 1570
2f61d1d7 1571 * src/mod-helpserv.c: make style affect table outputs.
697f4c9a 1572
2f61d1d7 1573 * src/nickserv.c: Added nickserv 'style' setting back.
697f4c9a 1574
2f61d1d7 1575 * src/nickserv.h: Added nickserve 'style' setting back.
697f4c9a 1576
2f61d1d7 15772006-03-17 Alex Schumann <rubin@afternet.org>
697f4c9a 1578
2f61d1d7 1579 * src/proto-p10.c: Added conf setting for extended_accounts for
1580 backward compatability with stock undernet ircd.
dee9951d 1581
2f61d1d7 1582 * x3.conf.example: Added conf setting for extended_accounts for
1583 backward compatability with stock undernet ircd.
dee9951d 1584
2f61d1d7 15852006-03-06 Alex Schumann <rubin@afternet.org>
1586
1587 * src/opserv.help: Added missing trace criteria to help,
1588 and fixed up a few other bits of help around that topic.
dee9951d 1589
2f61d1d7 15902006-01-16 Alex Schumann <rubin@afternet.org>
dee9951d 1591
2f61d1d7 1592 * src/tools.c: created an email valididty function
dee9951d 1593
2f61d1d7 1594 * src/nickserv.c: check valididty of email better
dee9951d 1595
2f61d1d7 1596 * src/sendmail.c: check validity of email better
dee9951d 1597
2f61d1d7 15982006-01-06 Alex Schumann <rubin@afternet.org>
dee9951d 1599
2f61d1d7 1600 * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased
1601 to a different bot, eg chanserv, and to reply from the correct nickname.
1602 also a bunch of whitespace changes
dee9951d 1603
2f61d1d7 1604 * src/nickserv.c: begin work on making nickserv commands bind without
1605 responding from the wrong nick. also a bunch of whitespace changes
dee9951d 1606
2f61d1d7 1607 * src/hash.h: whitespace
dee9951d 1608
2f61d1d7 1609 * src/opserv.help: improved QUERY helpfile. (though command itself still
1610 has bugs)
dee9951d 1611
2f61d1d7 16122005-12-14 Alex Schumann <rubin@afternet.org>
dee9951d 1613
2f61d1d7 1614 * src/chanserv.help: added set bantimeout help
dee9951d 1615
2f61d1d7 16162005-11-08 Alex Schumann <rubin@afternet.org>
dee9951d 1617
2f61d1d7 1618 * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER
1619 aliases properly.
697f4c9a 1620
2f61d1d7 1621 * src/modcmd.help: Added note about escaping spaces to modcmd help.
697f4c9a 1622
2f61d1d7 1623 * src/nickserv.help: Improved help files
697f4c9a 1624
2f61d1d7 1625 * src/chanserv.help: Improved help files
697f4c9a 1626
2f61d1d7 16272005-10-13 Alex Schumann <rubin@afternet.org>
697f4c9a 1628
2f61d1d7 1629 * src/proto-p10.c: ignore remote /lusers
697f4c9a 1630
2f61d1d7 16312005-09-13 Alex Schumann <rubin@afternet.org>
697f4c9a 1632
2f61d1d7 1633 * src/global.c: Changed motd header style
697f4c9a 1634
2f61d1d7 1635 * src/nickserv.help: Improved directions for getting and using
1636 accounts.
697f4c9a 1637
2f61d1d7 1638 * src/chanserv.help: Improved directions for getting and using
1639 accounts.
b336c8db 1640
2f61d1d7 16412005-08-13 Alex Schumann <rubin@afternet.org>
b336c8db 1642
2f61d1d7 1643 * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored
1644 some *@* protection.
b336c8db 1645
2f61d1d7 1646 * src/tools.c: added function to detect an overmask (too general)
b336c8db 1647
2f61d1d7 1648 * src/common.h: added function to detect an overmask (too general)
b336c8db 1649
2f61d1d7 16502005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 1651
2f61d1d7 1652 * src/chanserv.c: Modified resync to work accourding to automode
1653 setting, and fixed a buffer overflow problem.
0d16e639 1654
2f61d1d7 1655 * src/chanserv.help: updated set automode and rsync help.
0d16e639 1656
2f61d1d7 1657 * src/nickserv.h: Added an autohide setting to nickserv/authserv that
1658 sets +x on AUTH.
0d16e639 1659
2f61d1d7 1660 * src/nickserv.c: Added an autohide setting to nickserv/authserv that
1661 sets +x on AUTH.
0d16e639 1662
2f61d1d7 16632005-08-12 Alex Schumann <rubin@afternet.org>
0d16e639 1664
2f61d1d7 1665 * src/chanserv.c: Cleanup. Added 'automode' channel setting in place
1666 of 'voice' setting. + Rewording setting help
0d16e639 1667
2f61d1d7 1668 * src/chanserv.h: Cleanup. Added 'automode' channel setting in place
1669 of 'voice' setting.
0d16e639 1670
2f61d1d7 1671 * src/chanserv.help: Added help for automode. + Rewording setting help
0d16e639 1672
2f61d1d7 16732005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 1674
2f61d1d7 1675 * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ)
0d16e639 1676
2f61d1d7 1677 * src/proto-bahumit.c: added irc_umode() to send usermodes, untested..
0d16e639 1678
2f61d1d7 1679 * src/proto.h: added irc_umode() to send usermodes (Life4Christ)
0d16e639 1680
2f61d1d7 1681 * src/nickserv.c: Added option to have authserv oper/admin people with
1682 opserv access. (Life4Christ)
0d16e639 1683
2f61d1d7 1684 * src/opserv.c: Added admin_level config option
1685
1686 * src/opserv.h: Added admin_level config option
0d16e639 1687
2f61d1d7 16882005-08-11 Alex Schumann <rubin@afternet.org>
0d16e639 1689
2f61d1d7 1690 * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff
1691 command) when nef* bug sends the +o twice. ++fix bug in patch
0d16e639 1692
2f61d1d7 16932005-08-09 Alex Schumann <rubin@afternet.org>
0d16e639 1694
2f61d1d7 1695 * src/chanserv.c: Fixed banTimeout to actually remove the bans :)
0d16e639 1696
2f61d1d7 16972005-08-08 Alex Schumann <rubin@afternet.org>
0d16e639 1698
2f61d1d7 1699 * src/chanserv.c: Added banTimeout feature to .set
0d16e639 1700
2f61d1d7 1701 * src/chanserv.h: added banTimeout feature to .set
0d16e639 1702
2f61d1d7 1703 * src/recdb.c: Added some better error catching in database_get_data()
0d16e639 1704
2f61d1d7 1705 * src/proto-common.h: tabs
0d16e639 1706
2f61d1d7 1707 * x3.conf.example: added bantimeout to default set list, and ban
1708 timeout frequency config setting.
0d16e639 1709
2f61d1d7 17102005-08-04 Alex Schumann <rubin@afternet.org>
0d16e639 1711
2f61d1d7 1712 * src/chanserv.c: Changed kick protected message to one without %s or
1713 $b because the kick function doesnt support replacements.
0d16e639 1714
2f61d1d7 1715 * src/tools.c: fixed spelling error in comment.
0d16e639 1716
2f61d1d7 17172005-07-28 Alex Schumann <rubin@afternet.org>
0d16e639 1718
2f61d1d7 1719 * src/chanserv.c: fixed crash bug in 8ball (required params was off by
1720 one)
0d16e639 1721
2f61d1d7 1722 * src/proto-p10.c: Ignore wallusers (WU) tokens from server without
1723 whining.
0d16e639 1724
2f61d1d7 17252005-07-26 Alex Schumann <rubin@afternet.org>
0d16e639 1726
2f61d1d7 1727 * x3.conf.example: Updated from live afternet file and improved help
1728 and layout. Added vim directive to set syntax type.
0d16e639 1729
2f61d1d7 1730 * src/chanserv.c: ported x2's 8ball in, and improved it.
0d16e639 1731
2f61d1d7 1732 * src/math.c: Added osiris' hack to do_math for supporting
1733 2(10) and 2pi etc. Improved it to handle pi2 also.
0d16e639 1734
2f61d1d7 1735 * src/chanserv.help: updated 8ball help and added 'myaccess' to
1736 information help index.
0d16e639 1737
2f61d1d7 17382005-07-18 Alex Schumann <rubin@afternet.org>
d76ed9a9 1739
2f61d1d7 1740 * src/proto-p10.c: added +L awareness
d76ed9a9 1741
2f61d1d7 1742 * src/hash.h: added +L awareness
d76ed9a9 1743
2f61d1d7 1744 * src/chanserv.help: changed set ctcpreaction help
d76ed9a9 1745
2f61d1d7 17462005-07-18 Neil Spierling <sirvulcan@gmail.com>
d76ed9a9 1747
2f61d1d7 1748 * src/modcmd.h: Lets make some functions global.
d76ed9a9 1749
2f61d1d7 1750 * src/modcmd.c: Log hostmasks no matter what.
d76ed9a9 1751
2f61d1d7 1752 * src/log.c: Lookup commands if they are from OpServ in the log.
1753 If they match channel specific commands like OP, DEOP, etc then
1754 we will display them in a LAST command (assuming the person doing
1755 the LAST is an oper). Normal clients wont see commands that have
1756 been performed by OpServ.
d76ed9a9 1757
2f61d1d7 17582005-07-15 Alex Schumann <rubin@afternet.org>
d76ed9a9 1759
2f61d1d7 1760 * src/chanserv.c: Changed around ctcpreaction setting so it:
1761 a) doesnt crash.
1762 b) doesnt kick userlist members ever
1763 c) has only 1 setting needed to control it
1764 * src/chanserv.h: removed some old oplevel stuff.
d76ed9a9 1765
2f61d1d7 17662005-07-14 Alex Schumann <rubin@afternet.org>
d76ed9a9 1767
2f61d1d7 1768 * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to
1769 remove errors from log. Fixed problem with missing break; in
1770 channel mode c parsing (reed).
d76ed9a9 1771
2f61d1d7 1772 * src/mod-memoserv.c: Improved memoserv 'you have notes' message.
1773
1774 * src/log.c: Changed channel log target to send PRIVMSG instead of
1775 NOTICE. (Ghozer)
1776
17772005-05-07 Neil Spierling <sirvulcan@gmail.com>
1778
1779 * configure: Regenerated.
1780
1781 * configure.in: Added checks for tgmath.h.
1782
1783 * src/chanserv.c: Added new command LAST, from X2. Similar to
1784 EVENTS except its file based. Bear in mind you dont have to use
1785 both. You can bind what you want to use. Commented out zoot_list
1786 as its not in use, just a warning fix.
1787
1788 * src/hash.c: Warning fix.
1789
1790 * src/log.h: Misc defines.
1791
1792 * src/log.c: Logging functions from X2.
1793
1794 * src/math.c: If tgmath.h doesnt exist then include some other
1795 files that contain the functions we require.
1796
1797 * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X.
1798
1799 * src/proto-p10.c: Added chanserv.h #include to squash a small
1800 compile error. Made X3 understand MARK's to a small point. Fixed
1801 a small parsing bug with exempts.
1802
18032005-07-06 Alex Schumann <rubin@afternet.org>
1804
1805 * src/chanserv.c: Fixed a couple awkward looking outputs with userlist
1806
1807 * src/opserv.c: Fixed an awkward output of trace count etc.
1808
18092005-06-22 Alex Schumann <rubin@afternet.org>
1810 * src/chanserv.help: Improved DURATION help
1811
1812 * src/tools.c: Changed 'M' duration to 30 days (not 31) as its
1813 a better average.
1814
18152005-05-27 Alex Schumann <rubin@afternet.org>
1816
1817 * src/chanserv.c: Improved usability of register command, fixed
1818 unregister reply.
1819
1820 * src/chanserv.help: Improved usability of register command
1821
18222005-05-27 Alex Schumann <rubin@afternet.org>
1823
1824 * src/chanserv.c: Resync working now
1825
18262005-05-27 Reed Loden <reed@reedloden.com>
1827
1828 * src/chanserv.c: Fixed an incorrectly named message. Fixed some
1829 grammar issues in the message send to pending users. Fixed a
1830 problem with some of the resync code.
1831
18322005-05-27 Alex Schumann <rubin@afternet.org>
1833
1834 * src/chanserv.c: make pending add check if the person is already on
1835 the userlist before re-adding them (thx exec & reed for noticing this)
1836 Fix capitalisation of I in pending notice.
1837
18382005-05-18 Alex Schumann <rubin@afternet.org>
1839
1840 * src/modcmd.c: reed pointed out that modcmd non-command help wasnt
1841 working, and pointed me to the opserv helpfiles command, which shows
1842 what services search what help files. This fixes the help command to
1843 search that list as it should. Still need to modify the 'default'
1844 helpfile search bindigs because I dont think chanserv should respond
1845 to help from opserv's db, etc. See opserv's 'helpfiles' command.
1846
1847 * src/modcmd.help: clarified 'helpfiles' help.
1848
18492005-05-18 Alex Schumann <rubin@afternet.org>
1850
1851 * src/helpfile.c: make send_help() return true/false and not send
1852 errors so svccmd_send_help can 'take control' of things.
1853
1854 * src/modcmd.c: Fixed up the help system (again) / find aliased
1855 commands help if none exists. / Display no help for that command on
1856 commands (instead of topic)
1857
1858 * src/modcmd.h: Fixed up the help system (again)
1859
1860 * src/global.c: Fixed syntax display
1861
1862 * src/chanserv.help: Removed =---= formatting, fixed a few things.
1863 *spelling ++more spelling (thx reed)
1864
1865 * src/nickserv.help: Removed =---= formatting, fixed a few things.
1866 *spelling ++more spelling (thx reed)
1867
1868 * src/opserv.help: Removed =---= formatting, fixed a few things.
1869 ++spelling (thx reed)
1870
1871 * src/global.help: simplified index
1872
1873 * src/nickserv.c: Changed message users get when their email is
1874 already used for an account, fixed syntax help
1875
1876 * src/opserv.c: fixed syntax help
1877
18782005-05-16 Alex Schumann <rubin@afternet.org>
1879
1880 * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in
1881 the help file.
1882
18832005-05-04 Alex Schumann <rubin@afternet.org>
1884
1885 * src/modcmd.c: added a 'rebindall' command to assist with
1886 upgrades and changes which change command bindings.
1887
1888 * src/modcmd.help: modified help to reflect above
1889
1890 * src/opserv.help: modified help to reflect above
1891
1892 * src/chanserv.c: changed addban, addtimedban, delban, bans etc
1893 to addlamer, dellamer, addtimedlamer, lamers to reduce confusion
1894 between channel bans (+b) and x3 remembered bans (lamers)
1895
1896 * src/chanserv.help: modified help to reflect above
1897
1898 * UPGRADE: added use of rebindall to upgrade instructions
1899
19002005-05-04 Alex Schumann <rubin@afternet.org>
1901
1902 * src/chanserv.c: added an 'adduser pending' feature, where if
1903 someone isn't authed x3 will ask them to /auth or register, and then
1904 automatically finish adding them to the channel when they do.
1905 Fixed email bug with adduser pending
1906
1907 * src/chanserv.h: adduser pending
1908
1909 * src/hash.c: adduser pending
1910
1911 * src/hash.h: adduser pending, and increased maxbans to 128 from 45.
1912
1913 * src/nickserv.c: adduser pending cleanup and activation code,
1914 Arch sync (Avoid losing channel information when
1915 replacing an account using the mergedb command.)
1916
1917 * src/proto-p10.c: adduser pending cleanup code
1918
1919 * src/nickserv.help: improved set and register help
1920
19212005-05-04 Alex Schumann <rubin@afternet.org>
1922
1923 * src/chanserv.c: changed uset noautoop to uset autoop (removed double
1924 negitive). Added set voice to provide control over use of voice.
1925 Implimented a basic chanserv db version control system for upgrading
1926 seamlessly.
1927
1928 * src/chanserv.help: adjusted help to reflect voice and uset autoop
1929 changes.
1930
1931 * src/hash.h: updated ssz comment from z to Z
1932
1933 * src/modcmd.help: rewrote BIND help
1934
1935 * src/proto-p10.c: Added Z (sslonly) support back in
1936
1937 * UPGRADE: created file to document upgrading procedures
1938
19392005-04-23 Alex Schumann <rubin@afternet.org>
1940 * src/chanserv.c: removed settings: oplevel, halfoplevel, and
1941 voicelevel, hard coding them to OP, HALFOP, and PEON. Changed
1942 topicmask to be an on or off setting, uninfluenced by enftopic.
1943 Added feature to use mask on /topic in addition to ,topic sets.
1944 Removed special consideration for ircops in protect_user()
1945
1946 * src/chanserv.help: updated documentation to reflect the new and
1947 much simpler topicmask feature, and removed op/voice levels.
1948
1949 * src/nickserv.c: added tailing 'end of' line for accountinfo
1950 for non-opers too.
1951
1952 * src/modcmd.c: tweaked alias notification for help and breef help.
1953
19542005-04-20 Alex Schumann <rubin@afternet.org>
1955
1956 * src/proto-common.c: removing +d. needs to be a config option
1957 or something.
1958
1959 * src/nickserv.help: modified main help reply of authserv
1960
1961 * src/nickserv.c: added title, epithet, and fakehost to oset listing
1962
1963 * src/modcmd.c: fixed up auto-help & alias command handling. Needs
1964 totally redesigned though.
1965
19662005-04-15 Alex Schumann <rubin@afternet.org>
1967
1968 * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set
1969 at the same time. The whole block needs to be if/else instead of
1970 switch though, to be cleaner.
1971
1972 * src/nickserv.help: added fakehost and title options to help oset.
1973
1974 * src/nickserv.c: removed 'style' setting. (was not being used in
1975 code anyway)
1976
19772005-04-04 Neil Spierling <sirvulcan@gmail.com>
1978
1979 * src/proto-p10.c: Reinstated +d usermode.
1980
19812005-03-30 Alex Schumann <rubin@afternet.org>
1982
1983 * src/chanserv.c: Fixed unban.
1984
1985 * x3.conf.example: added note in snoop config that improper
1986 setting for bots nick will cause segfault.
1987
19882005-03-22 Alex Schumann <rubin@afternet.org>
1989
1990 * x3.conf.example: added sethost/fakehost settings to conf
1991
19922005-03-19 Alex Schumann <rubin@afternet.org>
1993
1994 * chanserv.c: Changed style of command outputs, added userlevel back
1995 to users list.
1996
1997 * opserv.c: Changed style of command outputs, removed warn feature
1998
1999 * tools.c: shortened duration string lengths
2000
2001 * main.c: shortened duration string lengths
2002
2003 * sendmail.c: Changed style of stats email
2004
20052005-03-18 Alex Schumann <rubin@afternet.org>
2006
2007 * Changed breef to brief...
2008
2009 * chanserv.c: Changed to access level names instead of numbers.
2010
20112005-03-17 Alex Schumann <rubin@afternet.org>
2012
2013
2014 * src/opserv.c: Improved readability of trace print output
2015
2016 * src/chanserv.c: Improved cmd_list_users output & cleaned it up
2017 a little.
2018
2019 * src/helpfile.c: Improved table_send readability (used in lots
2020 of listings including users and stats network etc)
2021
20222005-03-15 Alex Schumann <rubin@afternet.org>
2023
2024 * src/chanserv.c: Improved some syntax error reporting for commands
2025
2026 * src/helpfile.c: Added a 'breef' help function
2027
2028 * src/helpfile.h: Added a 'breef' help function
2029
2030 * src/main.c: Improved some syntax error reporting for commands
2031
2032 * src/modcmd.c: Improved some syntax error reporting for commands
2033
2034 * src/modcmd.h: Improved some syntax error reporting for commands
2035
20362005-03-15 Reed Loden <reed@reedloden.com>
2037
2038 * Synchronization with srvx--devo--1.3--patch-19.
2039
20402005-03-12 Alex Schumann <rubin@afternet.org>
2041
2042 * src/common.h, src/opserv.h: more SRVX->X3 fixes
2043
2044 * opserv.c: fixed SRVX defines to X3
2045
2046 * src/nickserv.c: Applied patch to bring up to date with
2047 local uncommitted changes on afternets srvx2 tree. improved
2048 cookie gen code and removed /play from cookie messages.
2049
2050 * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a
2051 bunch more places.
2052
20532005-03-07 Neil Spierling <sirvulcan@gmail.com>
2054
2055 * nickserv.help: Added odelcookie section.
2056
2057 * src/nickserv.c: Added odelcookie for deleting auth cookies and email
2058 cookies.
2059
2060 * src/md5.c: Cleaned up compile warnings.
2061
2062 * src/nickserv.help: Added odelcookie section.
2063
2064***********************************************************************/
2065
2066#define CVS_VERSION "$Id$"
d76ed9a9 2067