X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/b336c8dbd35ebcee6e8cfb5afdf148a4b1b35036..bf93ca8d63e94ecbc72ee4fb54bcc15c5f5f6f1b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 3851c8d..290d795 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,368 +1,1063 @@ -# do not edit -- automatically generated by arch changelog -# arch-tag: automatic-ChangeLog--srvx@srvx.net--2005-srvx/srvx--devo--1.3 -# +/*********************************************************************** + X3 ChangeLog -2005-03-15 23:12:58 GMT Michael Poole patch-19 +2006-07-23 Alex Schumann - Summary: - Clarify NickServ REGISTER help messages; fix ?raw and ?dump errors. - Revision: - srvx--devo--1.3--patch-19 + * src/nickserv.c: Add config file regex fakehost test - src/nickserv.help (REGISTER): Rephrase the message about using the - same password to hopefully make it clearer. - - src/opserv.c (cmd_dump, cmd_raw): Use local buffers to hold the - original message, so that parse_line() will not unsplit the line into - the "original" buffer and strip out the sentinel :. +2006-07-23 Neil Spierling - modified files: - ChangeLog src/nickserv.help src/opserv.c + * src/mod-memoserv.c: Fix to a crash/output corruption issue. + * src/proto-p10.c: Host in topic supports sethost and fakehost + now. -2005-02-17 21:42:43 GMT Michael Poole patch-18 +2006-07-21 Alex Schumann - Summary: - Fix registered channel desync; fix HelpServ crash for old cfg files - Revision: - srvx--devo--1.3--patch-18 + * src/proto-p10.c: Added support for irc_wallop, irc_squit, + irc_connect, and added callbacks to handle connect failures and + successes. (All prep for auto routing system) - src/hash.c (AddChannelUser): Do not give ops to the first user to join - a persistent channel. - - src/helpserv.c (helpserv_conf_read): Use a default description for bots. + * src/proto.h: Added support for irc_wallop, irc_squit, + irc_connect, and added callbacks to handle connect failures and + successes. (All prep for auto routing system) - modified files: - ChangeLog src/hash.c src/mod-helpserv.c + * src/opserv.help: Help entries for auto routing system + fix typeo in + routing example + * src/hash.h: New structs for auto routing system -2005-02-11 03:10:49 GMT Michael Poole patch-17 + * src/opserv.c: The long-awaited X3 Auto Routing Plan system! + reduce + error message to debug message. - Summary: - Mention 'slab' in --with-malloc docs. Merge fakehosts when merging accounts. - Revision: - srvx--devo--1.3--patch-17 + * src/opserv.h: The long-awaited X3 Auto Routing Plan system! - configure.in (--with-malloc): Mention the awesome 'slab' allocator option. - - src/nickserv.c (cmd_merge): Copy fakehost to target account if appropriate. + * src/modcmd.c: added 'routing' main command alias. - modified files: - ChangeLog configure.in src/nickserv.c +2006-07-16 Neil Spierling + * x3.conf.example: Added host_in_topic option for sending full + nick!user@host if its enabled. Default to one as Nefarious is + default to TRUE for HOST_IN_TOPIC. There will be wierdness if + you have this enabled on X3 and not on your Nefarious server. -2005-02-08 04:42:43 GMT Michael Poole patch-16 + * src/proto-p10.c: Make use of host_in_topic. - Summary: - Fix memory corruption when removing certain bans from a channel. - Revision: - srvx--devo--1.3--patch-16 +2006-07-13 Alex Schumann - src/proto-common.c (mod_chanmode_apply): Make sure we get a pointer to - the ban we want to deallocate BEFORE we remove it from the banlist. + * src/opserv.c: make the bot reply from the nick you /msg in all + cases, if commands are bound to a different bot. - modified files: - ChangeLog src/proto-common.c + * src/nickserv.c: make the bot reply from the nick you /msg in all + cases, if commands are bound to a different bot. + * src/chanserv.c: make the bot reply from the nick you /msg in all + cases, if commands are bound to a different bot. -2005-02-05 13:03:21 GMT Michael Poole patch-15 + * src/mod-memoserv.c: Make all memoserv commands reply from the bot you + msg, not the defined memoserv bot, if commands are aliased to other + bots. This may also fix the crash bug playa reported at + http://www.unrealgamers.net/forums/index.php?showtopic=138 - Summary: - Rearrange slab allocation header; minor slab fixes. - Revision: - srvx--devo--1.3--patch-15 +2006-07-11 Alex Schumann - src/alloc-slab.c (ALLOC_MAGIC, FREE_MAGIC): Replace with single-byte values. - (struct alloc_header): Move file_id and line into second 32-bit word - of header. - (slab_alloc): Remove commented-out debug statements. - (slab_unalloc): Remove memset() of freed block and commented-out debug - statements. - (slab_free): memset() freed blocks here instead. Try to fix - *_alloc_size counting errors (use the originally requested length - rather than rounded-up length) + * src/chanserv.c: Fixed some weirdness with nef 1.0's 2nd topic setter + and some x3 topic functions. - modified files: - ChangeLog src/alloc-slab.c + * x3.conf.example: Improved server/type setting documentation, + and changed default to 5. +2006-07-11 Alex Schumann -2005-02-05 03:52:51 GMT Michael Poole patch-14 + * src/opserv.c: fixed silent alerts not getting picked up from db file + on read/load. - Summary: - Even more slab allocator updates. - Revision: - srvx--devo--1.3--patch-14 +2006-07-11 Alex Schumann - src/slab-alloc.c (SLAB_DEBUG): Default to on. - (SMALL_CUTOFF): Fix default value (must be a multiple of 4). - (slab_unalloc): Fix slab counting. When SLAB_RESERVE, allocate the - set of pages in a burst, rather than supplementing them as we unmap. - (slab_realloc): Fix a rather embarassing (and LARGE) memory leak. + * src/opserv.c: add sanity checking to jupe to avoid catastrophic loop + when adding an invalid jupe servername or numeric. + this closes bug number 1513510. - modified files: - ChangeLog src/alloc-slab.c + * src/modcmd.c: if pubcmd is set higher than your level, only respond + with the denied msg if the command was actually found. this closes bug + number 1509382. +2006-07-10 Alex Schumann -2005-02-04 16:36:40 GMT Michael Poole patch-13 + * src/chanserv.c: fixed crash bug trying to deref the handleinfo of a + non-logged-in user (null pointer) - Summary: - more debugging updates - Revision: - srvx--devo--1.3--patch-13 +2006-07-09 Alex Schumann - src/alloc-slab.c: Switch free slab list from a stack to queue, and - make sure there are SLAB_RESERVE in the queue before an old slab is - dereferenced. This causes a fault when dereferencing stale pointers - to the last SLAB_RESERVE full slabs. - - src/log.c: Make struct logEntry *last static, to make sure gcc does - not optimize it away. + * src/nickserv.c: fixed bug where unignores were getting sent to the + user multiple times, instead of to each online nick once. - modified files: - ChangeLog src/alloc-slab.c src/log.c +2006-07-09 Alex Schumann + * src/nickserv.c: Fixes for addignore/delignore corruption +missed a + spot. Ugh, messed up the fix. Trying again :) -2005-01-31 22:28:59 GMT Michael Poole patch-12 +2006-07-10 Neil Spierling - Summary: - More slab allocator updates. - Revision: - srvx--devo--1.3--patch-12 + * src/chanserv.c: INVITE now checks the targets ignore/silence list. + If the target is ignoring the person inviting them then the invite + is denied. - src/alloc-slab.c: Disable extra debugging by default. Add more - statistics counters. Change element type of little_slabs[]. Keep a - global list of unused (full) slab pages, rather than per-slab. - Various other cleanups and fixes. - - src/chanserv.h: Can only be off-channel with off_channel > 1. - - src/main.c: Update years in copyright notice. - - src/opserv.c: Remove OSMSG_STATS_MEMORY. Make cmd_stats_memory() - allocator-specific. +2006-07-07 Alex Schumann - modified files: - ChangeLog src/alloc-slab.c src/chanserv.h src/main.c - src/opserv.c + * src/mod-memoserv.c: pLaYa reported a crash/corruption bug in + memoserv most easily seen when sending short memos. Rewrote the flag + handling part of memo send to correct it. +2006-07-05 Alex Schumann -2005-01-31 11:08:15 GMT Michael Poole patch-11 + * src/helpfile.c: pLaYa pointed out the table code row count is off by + one. Fixed. - Summary: - Add "?stats memory" and optional alloc_header to slab. - Revision: - srvx--devo--1.3--patch-11 - - src/alloc-slab.c: Add alloc_header (but no redzone) debug support, - enabled by default. Update alloc_count and alloc_size. - - src/opserv.c: Provide "stats memory" command for slab allocator. - - modified files: - ChangeLog src/alloc-slab.c src/opserv.c - - -2005-01-31 05:14:52 GMT Michael Poole patch-10 - - Summary: - Add slab allocator; reduce delta with srvx-gs. - Revision: - srvx--devo--1.3--patch-10 - - configure.in: Check for getpagesize(). Support --with-malloc=slab. - - src/Makefile.am: Add alloc-slab.c as an extra source file. - - src/alloc-srvx.c: Clean up srvx_free() slightly. Check for previously - allocated blocks. - - srvx.conf.example, src/chanserv.c, src/main.c, src/modcmd.c, - src/proto-p10.c: Apply patches to bring closer to srvx-gs branch. - - src/log.c: Assert and _exit() on fatal log messages. - - src/opserv.c: Clarify logic for modes to set on join floods. - - src/proto-common.c: Accept off-channel commands in registered channels. - - new files: - src/.arch-ids/alloc-slab.c.id src/alloc-slab.c - - modified files: - ChangeLog configure.in src/Makefile.am src/alloc-srvx.c - src/chanserv.c src/chanserv.h src/common.h src/hash.h - src/helpfile.c src/log.c src/main.c src/modcmd.c src/opserv.c - src/proto-common.c src/proto-p10.c srvx.conf.example - - -2005-01-26 21:16:54 GMT Michael Poole patch-9 - - Summary: - offchannel fixes; more memory verification - Revision: - srvx--devo--1.3--patch-9 - - src/chanserv.c (cmd_register): Do not join channels if the default - options include being offchannel. - - src/common.h: Verify list allocations when appending or removing. - - src/hash.c (GetUserMode): Verify channel and user list allocations. - - src/log.c (log_entry_search): Keep pointer to last visited log entry. - - src/proto-p10.c (mod_chanmode_parse): Fail if trying to change +z when - passed MCP_REGISTERED. - - modified files: - ChangeLog src/chanserv.c src/common.h src/hash.c src/log.c - src/proto-p10.c - - -2005-01-24 17:12:38 GMT Michael Poole patch-8 - - Summary: - typo fix in alloc-srvx.c; avoid dereferencing free()'d bans - Revision: - srvx--devo--1.3--patch-8 - - src/alloc-srvx.c (srvx_realloc): Fix argument list to srvx_free(). - - src/chanserv.c (find_matching_bans): Make temporary copies of bans to - be removed. Double-check remove count at end of loop. - (unban_user, cmd_open): Free the string copies. - (cmd_unbanall): Make temporary copies of removed bans and free them. - (handle_mode): Likewise. - - src/opserv.c (cmd_clearbans): Likewise. - - modified files: - ChangeLog src/alloc-srvx.c src/chanserv.c src/opserv.c - - -2005-01-24 16:45:44 GMT Michael Poole patch-7 - - Summary: - More allocation debugging support. - Revision: - srvx--devo--1.3--patch-7 - - src/alloc-srvx.c (srvx_realloc): Reorganize. - (verify): New function. - - src/common.h (verify): Define and/or declare suitably. - - src/dict-splay.c (dict_splay): Verify node at each iteration. - (dict_insert, dict_remove2, dict_find, dict_delete, - dict_sanity_check): Verify entire dict. - (dict_sanity_check_node): Verify node as valid allocation. - - src/hash.c (DelChannel): Verify channel before deletion. - (GetUserMode): Verify channel, user, and each modeNode. - - src/mod-sockcheck.c (sockcheck_free_client): Verify client. - (sockcheck_timeout_client, sockcheck_advance, sockcheck_readable, - sockcheck_connected, sockcheck_begin_test): Likewise. - (sockcheck_queue_address): Verify cached sockcheck entries. - - src/proto-p10.c (DelUser): Verify user before deletion. - - modified files: - ChangeLog src/alloc-srvx.c src/common.h src/dict-splay.c - src/hash.c src/mod-sockcheck.c src/proto-p10.c - - -2005-01-21 15:10:49 GMT Michael Poole patch-6 - - Summary: - More debug allocator fixes and enhancements - Revision: - srvx--devo--1.3--patch-6 - - src/alloc-srvx.c (*_MAGIC): ASk recognized the CCSDS ASM sequence. - (srvx_free): Overwrite with 0xDE bytes to distinguish from - uninitialized values. As SailorFrag suggested, only overwrite the - user region. - - src/dict-splay.c (dict_insert): Check whether free functions need to - be worked around here as well. - - modified files: - ChangeLog src/alloc-srvx.c src/dict-splay.c - - -2005-01-21 00:48:35 GMT Michael Poole patch-5 - - Summary: - Add redzone and statistics reporting to debug allocator. - Revision: - srvx--devo--1.3--patch-5 - - src/alloc-srvx.c (redzone): New variable to detect buffer overwrites. - (alloc_count, alloc_size): New variables to track allocation stats. - (srvx_malloc, srvx_realloc, srvx_free): Use the above. - - src/opserv.c (OSMSG_STATS_MEMORY): New translation string. - (cmd_stats_memory): New (conditional) command function. - (init_opserv): Conditionally provide cmd_stats_memory. - - modified files: - ChangeLog src/alloc-srvx.c src/opserv.c - - -2005-01-20 23:41:17 GMT Michael Poole patch-4 +2006-06-27 Neil Spierling - Summary: - Add built-in debug malloc wrapper. - Revision: - srvx--devo--1.3--patch-4 + * configure: Regenerated. - TODO: Remove the completed TODO item. - - configure.in: Add --with-malloc=srvx support. - - src/Makefile.am: Add alloc-srvx.c to extra sources. - - src/common.h: Reindent debug malloc directives; add directives for - WITH_MALLOC_SRVX. - - src/dict-splay.c: Kludge around free() as macro vs function. - - new files: - src/.arch-ids/alloc-srvx.c.id src/alloc-srvx.c + * configure.in: Make use of TRE regexp library. Its more powerful + than the standard library (http://laurikari.net/tre/index.html). + Im also pondering adding services side regexp bans, X3 would + probably required a channel flag called say advanced that can + only be set by the owner. If enabled then regexp bans can be + used. I also added an output saying what modules are enabled, + what protocol is enabled, what malloc is choosen and if debugging + is enabled. Just a bit of a message as the user will of seen + programs just finish compiling and he/she/it may think it + was X3 compiling, but it was just TRE compiling. They still need + to compile X3. - modified files: - ChangeLog TODO configure.in src/Makefile.am src/common.h - src/dict-splay.c + * src/config.h.in: Regenerated. + * src/Makefile.am: Tweak for TRE. -2005-01-20 22:51:54 GMT Michael Poole patch-3 + * src/Makefile.in: Regenerated. - Summary: - various bugfixes and IPv6 preparation work - Revision: - srvx--devo--1.3--patch-3 - - src/modcmd.c (modcmd_privmsg): Fix CTCP PING response type. - - src/opserv.help: Add column headers for command lists. - - src/tools.c (is_gline, split_ircmask): Accept colons in hostnames. - - modified files: - ChangeLog src/modcmd.c src/opserv.help src/tools.c + * src/nickserv.c: Use the new regex.h Im sure -I includes get + called before system includes like /usr/include. + * src/opserv.c: Use the new regex.h Im sure -I includes get + called before system includes like /usr/include. -2005-01-05 01:03:05 GMT Michael Poole patch-2 + * src/tools/tre.tar.gz: TRE 0.7.4. Configure will untar and + compile this just before configure finishes up. Sits around + 470KB, rather than another 2.5MB if i TRE untarred. I suppose + i could get it down a bit more using Bzip but there are some + boxes out there still without bzip. - Summary: - Add MODE_REGISTERED as +z for P10. - Revision: - srvx--devo--1.3--patch-2 +2006-06-25 Neil Spierling - Add MODE_REGISTERED as +z for P10. + * src/mod-memoserv.c: Better history implementation. A seperate + table is used for history entries. Entries contain the same + fields as the memo table except for the message, read, and flags. + Entries are only removed from the history db when they get + expired by do_expire (older than message_expire). Also fixed + up a issue with STATUS. On AfterNET we were getting huge large + for the amount of memos. I now realise it was reading the amount + of users. It now reads the proper amount of memos. I also a count + for history entries. - modified files: - ChangeLog src/proto-p10.c + * src/mod-memoserv.help: EXPIRE handles history and memos now. +2006-06-25 Neil Spierling + + * src/mod-memoserv.c: Make use of ignore lists when trying to + send memos. + +2006-06-25 Neil Spierling + + * src/spamserv.c: Crash fix (finally). Been meaning to do this + for a while now. + +2006-06-23 Alex Schumann + + * src/modcmd.help, src/opserv.help, src/helpfile.c, src/helpfile.h, + src/modcmd.c, src/nickserv.c: Improvements to + table output and help display. + + * src/mod-memoserv.c: fix segfault + +2006-06-23 Alex Schumann + + * src/chanserv.c: Backing out the bantype patch because it sucks _bad_. + fix it and re-apply if you want it.. + + * src/chanserv.h: Backing out the bantype patch. + + * src/chanserv.help: Backing out the bantype patch. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Fixed a bug. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Added basic HISTORY command. At the moment + if the recipient deletes the memo it will not be listed in the + HISTORY list. + + * src/mod-memoserv.help: HISTORY entry. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Added new flags, see below. + + * src/mod-memoserv.help: Opps forgot the read reciept stuff. Also + added flags for always ignoring read reciepts and always sending + read reciepts. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Added CANCEL command for cancelling memos + that you have sent, aslong as they have not been read yet. + + * src/mod-memoserv.help: CANCEL entry plus tweaked some read + recipient to read reciept stuff. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Redid the db stuff, it now writes users + settings and memos to the memoserv database. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Small bug fix. + +2006-06-20 Neil Spierling + + * src/mod-memoserv.c: Added read recipient support via SEND using + -r as a flag. Messages with requested read recipients have a (r) + shown beside the sender nick in LIST. People can ignore a read + recipient using -i when reading the message via READ. Its all + in the help file. + + * src/mod-memoserv.help: Added read recipient relevent bits. + + * src/opserv.help: Added halfopping functions. + +2006-06-19 Neil Spierling + + * src/x3.conf.example: Forgot a ;. + +2006-06-19 Neil Spierling + + * src/mod-memoserv.c: Make use of SET LIMIT. + +2006-06-19 Neil Spierling + + * src/mod-memoserv.c: Fixed SET bugs and renabled LIMIT now. + +2006-06-19 Neil Spierling + + * src/mod-memoserv.c: On Second thoughts dont enable LIMIT now. + +2006-06-19 Neil Spierling + + * x3.conf.example: Max limit for Memoserv LIMIT option. + + * src/hash.h: Fixed halfops issue. + + * src/mod-memoserv.c: Added SET LIMIT option for the maximum + amount of memos you can have. This does not do anything yet as + im committing the half ops fix now. This code is fine it just + allows you to adjust the limit for now. + +2006-06-12 Neil Spierling + + * x3.conf.example: Commented out SpamServ module as there are bugs + and i cant give a definate date as to when i can fix it. Im not + home much these days. + + * src/mod-memoserv.c: Redid the SET code using some whatnet code + by wasted. Tweaked here and there. Also added some formatting in + LIST and SET like chanserv SET. Oh and MemoServ will join + autojoin_channels if MemoServ is in a seperate nickname. + + * src/mod-memoserv.help: Added OSET and done some tweaking. + + * src/nickserv.c: Allow the use of get_victim_oper outside of + nickserv.c. + + * src/nickserv.h: Allow the use of get_victim_oper outside of + nickserv.c. + +2006-06-07 Alex Schumann + + * src/chanserv.help: Added a couple set helps that were missing. + + * src/helpfile.c: fix missing space in multi-column table output such + as /msg opserv commands * (with nickserv tablewidth setting >60) + +2006-06-06 Alex Schumann + + * src/opserv.c: Change how addalert silence works, so that its a + parameter instead of an action, and also works with trace now. + + * x3.conf.example: Added a config setting of level needed to use + 'silent yes' in trace/addalert. + +2006-06-04 Alex Schumann + + * src/nickserv.c: Fix oregister + + * src/nickserv.help: Update help for oregister + +2006-06-05 Neil Spierling + + * src/proto-p10.c: Properly handle incomming manual silences. + +2006-06-05 Neil Spierling + + * src/common.h: pretty_mask etc declerations. + + * src/nickserv.c: Parse the mask through pretty_mask before adding + it. Normal ircd side silences go through this, this just keeps + things looking the same and if a user tries to remove a silence + added by ADDIGNORE they will be able to. Oh and I HATE GLIBC :P + + * src/proto-p10.c: Send a + if adding a silence. + + * src/tools.c: pretty_mask and one other function for reformatting + a hostname so its pretty :) from IRCu. + +2006-06-04 Alex Schumann + + * src/nickserv.c: Send silences to every nick of a handle, not the + nick that did the command. + +2006-06-04 Neil Spierling + + * src/main.c: Moved spamserv initilization to after chanserv. + + * src/spamserv.c: Read the db earlier. + +2006-05-30 Neil Spierling + + * configure: Regenerated. + + * configure.in: Bumped version and changed list email. + + * x3.example.conf: Added SpamServ options. + + * src/chanserv.c: Join SpamServ if enabled when chanserv joins. + + * src/chanserv.h: Declerations + + * src/main.c: Init the new SpamServ service. + + * src/Makefile.am: Added SpamServ files. + + * src/Makefile.in: Regenerated + + * src/modcmd.c: Added SpamServ to REBINDALL. + + * src/opserv.c: Slab/X3 malloc STATS MEMORY updates. + + * src/proto-common.c: Make sure SpamServ gets notices. + + * src/spamserv.c: New service that checks for spamming, floods etc. + Requires an oper to register it to a channel for it to work. + + * src/spamserv.h: Decelerations. + + * src/spamserv.help: Help entries for SpamServ. + +2006-05-29 Neil Spierling + + * Below functions by Wasted (Martijn Smit) + + * src/chanserv.c: Added selectable bantypes. + + * src/chanserv.h: Added selectable bantypes. + + * src/chanserv.help: Added help entries. + +2006-05-29 Neil Spierling + + * src/nickserv.c: Added user option ADVANCED, when we add more + advanced commands users will need to set this to see the options + in help. Further work in helpfile is still needed afaik. This is + just the basics. + + * src/nickserv.h: Advanced option declerations. + + * src/nickserv.help: Added option ADVANCED, also added AUTOHIDE. + Seems no one added that when they added the AUTOHIDE option. + +2006-05-28 Neil Spierling + + * Below functions by Wasted (Martijn Smit) + + * x3.example.conf: Added new options- god_timeout, autojoin_channels, + and denied_fakehost_words. Also dropped refresh_period for chanserv + set resync. + + * src/chanserv.c: Added god_timeout, disable god mode automatically + when the period times out. Also added a new set option- resync, auto + resyncs the userlist every 3, 6, 9, or 12 hours (or not at all). + + * src/chanserv.help: Added entry for SET RESYNC. + + * src/global.c: Join global into autojoin_channels if enabled. + + * src/main.c: Some tweaking for autojoin_channels. + + * src/mod-memoserv.c: If a user has memos and notify on login + enabled then only display the notify notice on login and not + during a netburst. + + * src/mod-track.c: Quashed a warning. + + * src/modcmd.c: Added functions for god_timeout. Also added wasted + to VERSION output for credits for these features. + + * src/nickserv.c: Added denied_fakehost_words, deny the words set + there if an oper trys to use them in a fakehost. Also autojoin + chanserv if enabled into autojoin_channels. + + * src/opserv.c: Added REFRESHMAX to reset the max count, ie for + after a drone attack. Also join opserv and reserved nicks into + autojoin_channels if opserv/reserved is enabled. + + * src/opserv.help: Added entry for REFRESHMAX. + +2006-05-25 Alex Schumann + + * src/proto-p10.c: make non-existant server type setting not crash x3. + + * src/nickserv.help: Added newby tip to authserv registration + help (about < and >) + + * src/mod-track.c: Fixed crash when a server kicks a person (tried to + deref null kicker) + +2006-05-23 Neil Spierling + + * src/chanserv.c: Set SWHOIS's when a user auths. + + * src/hosthiding.c: Fixed a segfault. + + * src/nickserv.c: Epithets now use SWHOIS. + + * src/proto.h: Declerations for irc_swhois. + + * src/proto-p10.c: Handle SWHOIS's. + +2006-05-23 Neil Spierling + + * src/hash.h: Bumped SOCKIPLEN + + * src/hosthiding.c: Functions to crypt IPv6 addresses. + + * src/hosthiding.h: IPv6 function declerations. + + * src/proto-p10.c: If the users ip address is IPv6 then crypt it + with the ipv6 crypting function. + +2006-05-23 Neil Spierling + + * src/hash.h: Bits needed for other type of host hiding. + + * src/hosthiding.h: Nefarious style 2 host hiding declerations. + + * src/hosthiding.c: This will generated crypted style 2 Nefarious + hidden hosts and ips. Currently they are just displayed in O3 + WHOIS. Im yet to expand this. + + * src/Makefile.am: Added hosthiding.c and hosthiding.h. + + * src/Makefile.in: Regenerated. + + * src/opserv.c: Display crypted hosts n ips in WHOIS. + + * src/proto-p10.c: Generate crypted hosts n ips on everyone and + save them in user->crypthost user->cryptip. + +2006-05-22 Neil Spierling + + * src/chanserv.c: Set ignores when you authenticate. + + * src/nickserv.c: Added ADDIGNORE, OADDIGNORE, DELIGNORE ODELIGNORE. + Used for centralized silence list management. Currently set ignores + can be viewed in ACCOUNTINFO for via ircd SILENCE. + + * src/nickserv.h: Declerations. + + * src/nickserv.help: Added help entries for above commands. + + * src/proto.h: Declerations. + + * src/proto-p10.c: Functions to handle silences + +2006-05-18 Alex Schumann + + * src/proto-p10.c: Fixed up the track module a bit more + + * src/hash.c: Fixed up the track module a bit more, including + reporting correctly when X3 kicks someone. This should affect mrsnoopy + as well, hopefully wont cause any bugs. + + * src/mod-track.c: Fixed up the track module a bit more - made track + all/none work + +2006-05-18 Alex Schumann + + * src/chanserv.c: adding 'classic' view, via patch submitted by pLaYa + + * src/nickserv.c: adding 'classic' view, via patch submitted by pLaYa + + * src/nickserv.h: adding 'classic' view, via patch submitted by pLaYa + + * src/nickserv.help: adding 'classic' view, via patch submitted by pLaYa + +2006-05-18 Alex Schumann + + * src/chanserv.c: re-disabled netrider kicking. Somehow this got included back + in. + + * src/mod-track.c: some cleanups and textual changes, to make the commands + slightly more user friendly. + +2006-05-16 Neil Spierling + + * src/proto-p10.c: Changed 050 specfic topic stuff to a conf setting + + * src/x3.conf.example.: adding 050 'type' to server config (rubin + fixed missing ';' and changelog entries) + +2006-05-16 Neil Spierling + + * Most files: Heh i cant be bothered listing all files, see websvn + if you want specific files. I just added a new tracking module, its + just like snoop except it targets specified users. The actual + commit is in the previous revision, i just forgot to update this to + tick over the svn version in version output. + +2006-05-15 Neil Spierling + + * Most files: Major update off the new release of srvx 1.3.1. Also + seeing as the new updates dont all have changelog entries ive dropped + the 2 srvx Changelog files and renamed the X3 one to ChangeLog. + +2006-03-20 Alex Schumann + + * src/chanserv.c: core fix; check if theres a handle_info before looking + at style... + + * src/helpfile.c: core fix; check if theres a handle_info before looking + at style... + +2006-03-17 Alex Schumann + + * src/chanserv.c: more clean style changes + +2006-03-17 Alex Schumann + + * src/chanserv.c: Added nickserv 'style' setting back. (HomeDawg + and dhp1080 made me do it) Needs lots of work to remove ---- + headers for 'clean' setting. + + * src/helpfile.c: Added nickserv 'style' stetting back. + + * src/nickserv.help: Added help for set style. + + * src/mod-helpserv.c: make style affect table outputs. + + * src/nickserv.c: Added nickserv 'style' setting back. + + * src/nickserv.h: Added nickserve 'style' setting back. + +2006-03-17 Alex Schumann + + * src/proto-p10.c: Added conf setting for extended_accounts for + backward compatability with stock undernet ircd. + + * x3.conf.example: Added conf setting for extended_accounts for + backward compatability with stock undernet ircd. + +2006-03-06 Alex Schumann + + * src/opserv.help: Added missing trace criteria to help, + and fixed up a few other bits of help around that topic. + +2006-01-16 Alex Schumann + + * src/tools.c: created an email valididty function + + * src/nickserv.c: check valididty of email better + + * src/sendmail.c: check validity of email better + +2006-01-06 Alex Schumann + + * src/opserv.c: fix gtrace, trace, csearch and alerts to work when aliased + to a different bot, eg chanserv, and to reply from the correct nickname. + also a bunch of whitespace changes + + * src/nickserv.c: begin work on making nickserv commands bind without + responding from the wrong nick. also a bunch of whitespace changes + + * src/hash.h: whitespace + + * src/opserv.help: improved QUERY helpfile. (though command itself still + has bugs) + +2005-12-14 Alex Schumann + + * src/chanserv.help: added set bantimeout help + +2005-11-08 Alex Schumann + + * src/modcmd.c: cleaned up tabs, added hack to display help on JOINER + aliases properly. + + * src/modcmd.help: Added note about escaping spaces to modcmd help. + + * src/nickserv.help: Improved help files + + * src/chanserv.help: Improved help files + +2005-10-13 Alex Schumann + + * src/proto-p10.c: ignore remote /lusers + +2005-09-13 Alex Schumann + + * src/global.c: Changed motd header style + + * src/nickserv.help: Improved directions for getting and using + accounts. + + * src/chanserv.help: Improved directions for getting and using + accounts. + +2005-08-13 Alex Schumann + + * src/chanserv.c: Fixed a bug i created using masks in ,kick. Restored + some *@* protection. + + * src/tools.c: added function to detect an overmask (too general) + + * src/common.h: added function to detect an overmask (too general) + +2005-08-12 Alex Schumann + + * src/chanserv.c: Modified resync to work accourding to automode + setting, and fixed a buffer overflow problem. + + * src/chanserv.help: updated set automode and rsync help. + + * src/nickserv.h: Added an autohide setting to nickserv/authserv that + sets +x on AUTH. + + * src/nickserv.c: Added an autohide setting to nickserv/authserv that + sets +x on AUTH. + +2005-08-12 Alex Schumann + + * src/chanserv.c: Cleanup. Added 'automode' channel setting in place + of 'voice' setting. + Rewording setting help + + * src/chanserv.h: Cleanup. Added 'automode' channel setting in place + of 'voice' setting. + + * src/chanserv.help: Added help for automode. + Rewording setting help + +2005-08-11 Alex Schumann + + * src/proto-p10.c: added irc_umode() to send usermodes (Life4Christ) + + * src/proto-bahumit.c: added irc_umode() to send usermodes, untested.. + + * src/proto.h: added irc_umode() to send usermodes (Life4Christ) + + * src/nickserv.c: Added option to have authserv oper/admin people with + opserv access. (Life4Christ) + + * src/opserv.c: Added admin_level config option + + * src/opserv.h: Added admin_level config option + +2005-08-11 Alex Schumann + + * src/proto-p10.c: Avoid duplicating an oper in curr_opers (,staff + command) when nef* bug sends the +o twice. ++fix bug in patch + +2005-08-09 Alex Schumann + + * src/chanserv.c: Fixed banTimeout to actually remove the bans :) + +2005-08-08 Alex Schumann + + * src/chanserv.c: Added banTimeout feature to .set + + * src/chanserv.h: added banTimeout feature to .set + + * src/recdb.c: Added some better error catching in database_get_data() + + * src/proto-common.h: tabs + + * x3.conf.example: added bantimeout to default set list, and ban + timeout frequency config setting. + +2005-08-04 Alex Schumann + + * src/chanserv.c: Changed kick protected message to one without %s or + $b because the kick function doesnt support replacements. + + * src/tools.c: fixed spelling error in comment. + +2005-07-28 Alex Schumann + + * src/chanserv.c: fixed crash bug in 8ball (required params was off by + one) + + * src/proto-p10.c: Ignore wallusers (WU) tokens from server without + whining. + +2005-07-26 Alex Schumann + + * x3.conf.example: Updated from live afternet file and improved help + and layout. Added vim directive to set syntax type. + + * src/chanserv.c: ported x2's 8ball in, and improved it. + + * src/math.c: Added osiris' hack to do_math for supporting + 2(10) and 2pi etc. Improved it to handle pi2 also. + + * src/chanserv.help: updated 8ball help and added 'myaccess' to + information help index. + +2005-07-18 Alex Schumann + + * src/proto-p10.c: added +L awareness + + * src/hash.h: added +L awareness + + * src/chanserv.help: changed set ctcpreaction help + +2005-07-18 Neil Spierling + + * src/modcmd.h: Lets make some functions global. + + * src/modcmd.c: Log hostmasks no matter what. + + * src/log.c: Lookup commands if they are from OpServ in the log. + If they match channel specific commands like OP, DEOP, etc then + we will display them in a LAST command (assuming the person doing + the LAST is an oper). Normal clients wont see commands that have + been performed by OpServ. + +2005-07-15 Alex Schumann + + * src/chanserv.c: Changed around ctcpreaction setting so it: + a) doesnt crash. + b) doesnt kick userlist members ever + c) has only 1 setting needed to control it + * src/chanserv.h: removed some old oplevel stuff. + +2005-07-14 Alex Schumann + + * src/proto-p10.c: made it ignore EX, MK and PRIV tokens to + remove errors from log. Fixed problem with missing break; in + channel mode c parsing (reed). + + * src/mod-memoserv.c: Improved memoserv 'you have notes' message. + + * src/log.c: Changed channel log target to send PRIVMSG instead of + NOTICE. (Ghozer) + +2005-05-07 Neil Spierling + + * configure: Regenerated. + + * configure.in: Added checks for tgmath.h. + + * src/chanserv.c: Added new command LAST, from X2. Similar to + EVENTS except its file based. Bear in mind you dont have to use + both. You can bind what you want to use. Commented out zoot_list + as its not in use, just a warning fix. + + * src/hash.c: Warning fix. + + * src/log.h: Misc defines. + + * src/log.c: Logging functions from X2. + + * src/math.c: If tgmath.h doesnt exist then include some other + files that contain the functions we require. + + * src/modcmd.c: Added a small ctcp reply, gender.. like gnuworld X. + + * src/proto-p10.c: Added chanserv.h #include to squash a small + compile error. Made X3 understand MARK's to a small point. Fixed + a small parsing bug with exempts. + +2005-07-06 Alex Schumann + + * src/chanserv.c: Fixed a couple awkward looking outputs with userlist + + * src/opserv.c: Fixed an awkward output of trace count etc. + +2005-06-22 Alex Schumann + * src/chanserv.help: Improved DURATION help + + * src/tools.c: Changed 'M' duration to 30 days (not 31) as its + a better average. + +2005-05-27 Alex Schumann + + * src/chanserv.c: Improved usability of register command, fixed + unregister reply. + + * src/chanserv.help: Improved usability of register command + +2005-05-27 Alex Schumann + + * src/chanserv.c: Resync working now + +2005-05-27 Reed Loden + + * src/chanserv.c: Fixed an incorrectly named message. Fixed some + grammar issues in the message send to pending users. Fixed a + problem with some of the resync code. + +2005-05-27 Alex Schumann + + * src/chanserv.c: make pending add check if the person is already on + the userlist before re-adding them (thx exec & reed for noticing this) + Fix capitalisation of I in pending notice. + +2005-05-18 Alex Schumann + + * src/modcmd.c: reed pointed out that modcmd non-command help wasnt + working, and pointed me to the opserv helpfiles command, which shows + what services search what help files. This fixes the help command to + search that list as it should. Still need to modify the 'default' + helpfile search bindigs because I dont think chanserv should respond + to help from opserv's db, etc. See opserv's 'helpfiles' command. + + * src/modcmd.help: clarified 'helpfiles' help. + +2005-05-18 Alex Schumann + + * src/helpfile.c: make send_help() return true/false and not send + errors so svccmd_send_help can 'take control' of things. + + * src/modcmd.c: Fixed up the help system (again) / find aliased + commands help if none exists. / Display no help for that command on + commands (instead of topic) + + * src/modcmd.h: Fixed up the help system (again) + + * src/global.c: Fixed syntax display + + * src/chanserv.help: Removed =---= formatting, fixed a few things. + *spelling ++more spelling (thx reed) + + * src/nickserv.help: Removed =---= formatting, fixed a few things. + *spelling ++more spelling (thx reed) + + * src/opserv.help: Removed =---= formatting, fixed a few things. + ++spelling (thx reed) + + * src/global.help: simplified index + + * src/nickserv.c: Changed message users get when their email is + already used for an account, fixed syntax help + + * src/opserv.c: fixed syntax help + +2005-05-16 Alex Schumann + + * src/chanserv.help: Fixed a couple ban/lamer conversions i missed in + the help file. + +2005-05-04 Alex Schumann + + * src/modcmd.c: added a 'rebindall' command to assist with + upgrades and changes which change command bindings. + + * src/modcmd.help: modified help to reflect above + + * src/opserv.help: modified help to reflect above + + * src/chanserv.c: changed addban, addtimedban, delban, bans etc + to addlamer, dellamer, addtimedlamer, lamers to reduce confusion + between channel bans (+b) and x3 remembered bans (lamers) + + * src/chanserv.help: modified help to reflect above + + * UPGRADE: added use of rebindall to upgrade instructions + +2005-05-04 Alex Schumann + + * src/chanserv.c: added an 'adduser pending' feature, where if + someone isn't authed x3 will ask them to /auth or register, and then + automatically finish adding them to the channel when they do. + Fixed email bug with adduser pending + + * src/chanserv.h: adduser pending + + * src/hash.c: adduser pending + + * src/hash.h: adduser pending, and increased maxbans to 128 from 45. + + * src/nickserv.c: adduser pending cleanup and activation code, + Arch sync (Avoid losing channel information when + replacing an account using the mergedb command.) + + * src/proto-p10.c: adduser pending cleanup code + + * src/nickserv.help: improved set and register help + +2005-05-04 Alex Schumann + + * src/chanserv.c: changed uset noautoop to uset autoop (removed double + negitive). Added set voice to provide control over use of voice. + Implimented a basic chanserv db version control system for upgrading + seamlessly. + + * src/chanserv.help: adjusted help to reflect voice and uset autoop + changes. + + * src/hash.h: updated ssz comment from z to Z + + * src/modcmd.help: rewrote BIND help + + * src/proto-p10.c: Added Z (sslonly) support back in + + * UPGRADE: created file to document upgrading procedures + +2005-04-23 Alex Schumann + * src/chanserv.c: removed settings: oplevel, halfoplevel, and + voicelevel, hard coding them to OP, HALFOP, and PEON. Changed + topicmask to be an on or off setting, uninfluenced by enftopic. + Added feature to use mask on /topic in addition to ,topic sets. + Removed special consideration for ircops in protect_user() + + * src/chanserv.help: updated documentation to reflect the new and + much simpler topicmask feature, and removed op/voice levels. + + * src/nickserv.c: added tailing 'end of' line for accountinfo + for non-opers too. + + * src/modcmd.c: tweaked alias notification for help and breef help. + +2005-04-20 Alex Schumann + + * src/proto-common.c: removing +d. needs to be a config option + or something. + + * src/nickserv.help: modified main help reply of authserv + + * src/nickserv.c: added title, epithet, and fakehost to oset listing + + * src/modcmd.c: fixed up auto-help & alias command handling. Needs + totally redesigned though. + +2005-04-15 Alex Schumann + + * src/proto-common.c: Temp fix for x3 not seeing -hv modes being set + at the same time. The whole block needs to be if/else instead of + switch though, to be cleaner. + + * src/nickserv.help: added fakehost and title options to help oset. + + * src/nickserv.c: removed 'style' setting. (was not being used in + code anyway) + +2005-04-04 Neil Spierling + + * src/proto-p10.c: Reinstated +d usermode. + +2005-03-30 Alex Schumann + + * src/chanserv.c: Fixed unban. + + * x3.conf.example: added note in snoop config that improper + setting for bots nick will cause segfault. + +2005-03-22 Alex Schumann + + * x3.conf.example: added sethost/fakehost settings to conf + +2005-03-19 Alex Schumann + + * chanserv.c: Changed style of command outputs, added userlevel back + to users list. + + * opserv.c: Changed style of command outputs, removed warn feature + + * tools.c: shortened duration string lengths + + * main.c: shortened duration string lengths + + * sendmail.c: Changed style of stats email + +2005-03-18 Alex Schumann + + * Changed breef to brief... + + * chanserv.c: Changed to access level names instead of numbers. + +2005-03-17 Alex Schumann + + + * src/opserv.c: Improved readability of trace print output + + * src/chanserv.c: Improved cmd_list_users output & cleaned it up + a little. + + * src/helpfile.c: Improved table_send readability (used in lots + of listings including users and stats network etc) + +2005-03-15 Alex Schumann + + * src/chanserv.c: Improved some syntax error reporting for commands + + * src/helpfile.c: Added a 'breef' help function + + * src/helpfile.h: Added a 'breef' help function + + * src/main.c: Improved some syntax error reporting for commands + + * src/modcmd.c: Improved some syntax error reporting for commands + + * src/modcmd.h: Improved some syntax error reporting for commands + +2005-03-15 Reed Loden + + * Synchronization with srvx--devo--1.3--patch-19. + +2005-03-12 Alex Schumann + + * src/common.h, src/opserv.h: more SRVX->X3 fixes + + * opserv.c: fixed SRVX defines to X3 + + * src/nickserv.c: Applied patch to bring up to date with + local uncommitted changes on afternets srvx2 tree. improved + cookie gen code and removed /play from cookie messages. + + * src/all, src/Makefile*, Makefile.in: changed srvx to x3 in a + bunch more places. + +2005-03-07 Neil Spierling + + * nickserv.help: Added odelcookie section. + + * src/nickserv.c: Added odelcookie for deleting auth cookies and email + cookies. + + * src/md5.c: Cleaned up compile warnings. + + * src/nickserv.help: Added odelcookie section. + +***********************************************************************/ + +#define CVS_VERSION "$Id$"