Commit graph

  • b87e3f82fe made it a tad more clear that +j needs testing ;) Bram Matthys 2005-02-12 00:11:12 +0000
  • d3a0bb92f6 - Added channelmode +j (jointhrottle), syntax: /mode #chan +j X:Y, and then it will throttle the number of joins per-user to X in Y seconds. Idea from Angrywolf (who wrote a module that did this before). This might need some more testing :). It's enabled by default but can be #undef'ed in include/config.h (line 449). Bram Matthys 2005-02-12 00:05:08 +0000
  • 0441305a3a Doc update (week 05) angrywolf 2005-02-11 11:56:17 +0000
  • e750d52f9e Made channel mode +S strip RGB color codes codemastr 2005-02-06 18:24:19 +0000
  • 2d814ac488 Made channel mode +c block RGB color codes. Fixed a bug with channel alias{}'s where using the format syntax caused a crash. codemastr 2005-02-06 17:12:52 +0000
  • 9654db70da changes doc/unreal32docs.de.html week05 stylus740 2005-02-06 14:57:39 +0000
  • 432e3a3a6c - Win32 crash fixes due to modulizing Bram Matthys 2005-02-04 20:03:46 +0000
  • 1790648081 plok Bram Matthys 2005-02-04 19:08:26 +0000
  • 0945798211 [..] Also made loading m_*.so work again. Bram Matthys 2005-02-04 15:49:29 +0000
  • 82d33e262c - Updated makefile to fix compile problem, reported by vonitsanet (#0002317) [?]. Bram Matthys 2005-02-04 14:57:55 +0000
  • 3f46918f24 plok Bram Matthys 2005-02-04 01:24:38 +0000
  • 1a655c11ca - Added spamfilter topic support ('t' in /spamfilter, or 'topic' in conf), suggested by Z3l3zT (#0001929). Bram Matthys 2005-02-04 01:05:42 +0000
  • be93950f40 - Fixed mode #chan +O set by locop causing a desynch, reported by Unim4trix0 (#0001946). Bram Matthys 2005-02-04 00:42:19 +0000
  • 8eb88be500 - Made unreal_copyfile try hardlinking first, if that fails.. it will try to copy (perhaps this should be a different function?). Anyway, this means less diskspace is needed (~1.5mb or more), and it also makes it a bit easier for RBAC (#2300). - Made a new function DoMD5() which is ssl/non-ssl independent. Also made the cloaking module and the auth functions use it. Hopefully I didn't break anything ;). Suggested by Bugz (#2298). Bram Matthys 2005-02-04 00:26:37 +0000
  • 3469211b62 plok Bram Matthys 2005-02-03 18:33:47 +0000
  • e601339deb - Various (important) fixes to above, also made win32 compile work again. Bram Matthys 2005-02-03 17:37:28 +0000
  • 4a3be9e58f .. Bram Matthys 2005-02-03 17:13:53 +0000
  • bcfc9b85fb dumdeedum.. modulized fixes (timespan <2d) Bram Matthys 2005-02-03 17:11:12 +0000
  • 9c979e4e04 join fixes? Bram Matthys 2005-02-03 17:04:45 +0000
  • 3e1b7c0f47 bleh Bram Matthys 2005-02-03 16:58:16 +0000
  • 03df91bbf3 opermotd tooooooo Bram Matthys 2005-02-03 16:58:04 +0000
  • 4bf1758b89 ARGH botmotd GOOOONE Bram Matthys 2005-02-03 16:57:42 +0000
  • b3257db161 - win32 makefile updates for above & more <= update Bram Matthys 2005-02-03 16:56:02 +0000
  • 3b28ac0385 more modulized fixes Bram Matthys 2005-02-03 16:53:29 +0000
  • 14879ae6f0 and another fix for modulized things Bram Matthys 2005-02-03 16:51:32 +0000
  • b967f600df - win32 makefile updates for above. Bram Matthys 2005-02-03 16:45:05 +0000
  • 6508c962f8 - Made m_template.c use CommandAdd() and CMD_FUNC() - Modulized a lot of commands and related subfunctions: NICK (750 lines), USER (200), MODE (2300), WATCH (250), JOIN (600), PART (250), MOTD (100), OPERMOTD (100), BOTMOTD (100), LUSERS (100). More will follow soon (probably including more subfunctions related to existing commands). Bram Matthys 2005-02-03 00:38:40 +0000
  • 74fdf83dcf copyright date updates Bram Matthys 2005-01-31 14:54:28 +0000
  • cee255cbe0 Fixed a win32 GUI problem where the tray menu's config submenu was not updated when new files were loaded or files were unloaded codemastr 2005-01-29 19:07:02 +0000
  • 261c0f75c0 Ajout de corrections mineures babass 2005-01-29 18:19:17 +0000
  • f43420a15c Fixed a problem when compiling Unreal with GUEST support codemastr 2005-01-29 18:07:12 +0000
  • 7a37675909 Fixed a documentation inconsistency with me::numeric codemastr 2005-01-29 17:47:32 +0000
  • 52fc709074 Corrected the help.conf documentation for /invite codemastr 2005-01-29 17:36:07 +0000
  • a86c75bfb4 Fixed some problems with the /stats help and documentation codemastr 2005-01-29 17:22:54 +0000
  • 839efd901a Added invite exceptions (+I) codemastr 2005-01-29 16:55:30 +0000
  • a557bc50d7 - Added debug code to trace proto-check bugs in DEBUGMODE [IsToken() etc] - [Module coders] Added new function: do_cmd(cptr, sptr, cmd, parc, parv) which is an uniform method to call any other commands. For more info, see description in src/parcket.c. This will be used for any further modulization of commands that need to call other commands, like NICK (will be done soon). Bram Matthys 2005-01-25 23:31:07 +0000
  • 232b172256 Moved channel mode +G to extcmode to make room for invex codemastr 2005-01-23 21:45:49 +0000
  • dd9e9417af Fixed a bug where specifying a reason to SVSPART would cause it to fail codemastr 2005-01-23 18:31:59 +0000
  • 0258d13195 Added an options member to the ExtbanInfo structure. This currently supports one flag, EXTBOPT_CHSVSMODE. When set, this extban will be removed when an SVSMODE -b [nick] is executed codemastr 2005-01-23 18:24:34 +0000
  • c2224bc5fd Made /stats E include tkl except stats as well codemastr 2005-01-22 18:39:33 +0000
  • 64d8a67f4a makefile.win32 codemastr 2005-01-22 18:34:09 +0000
  • 3a052e213b Fixed a bug where /whois notices were not sent to users who are +R if the sender is -r and on a remote server codemastr 2005-01-22 17:59:23 +0000
  • 282a5f3eab Reworded a cloak-key error message to make it clearer codemastr 2005-01-22 17:53:49 +0000
  • cb1ca56cae Fixed a bug related to the sajoin recode regarding notices displayed codemastr 2005-01-22 17:51:17 +0000
  • 908387c024 ignore this ;p Bram Matthys 2005-01-21 01:13:02 +0000
  • d0f4e86833 slight clarification + credit Bram Matthys 2005-01-21 01:12:11 +0000
  • 68feb2ba64 - Fixed a resolver cache bug regarding CNAME's, this needs some more testing. [this description will be updated after knowing if this indeed fixes #2229/#1236] Bram Matthys 2005-01-21 01:04:17 +0000
  • 8e0d1cd516 Fixed a problem with set::htm::incoming-rate being interpreted incorrectly codemastr 2005-01-18 16:50:53 +0000
  • b9a516d664 Hopefully fixed the last of the alloca warnings codemastr 2005-01-17 20:41:27 +0000
  • 107456853e Made it so +f notices are sent to %#chan, not @%#chan codemastr 2005-01-17 19:55:20 +0000
  • 83fd8dfa11 Fixed a problem where doing ./unreal restart multiple times would not actually restart the ircd codemastr 2005-01-17 19:33:46 +0000
  • 30c9781e72 Made /sajoin support multiple channels and using 0 codemastr 2005-01-17 19:16:03 +0000
  • 6c88aecf6c Made the win32 installer include the dccallow.conf. Made the win32 installer work with the latest version of Inno Setup (5.0.6) codemastr 2005-01-17 18:11:35 +0000
  • 49a988c64f Fixed a couple of problems introduced with the ./Config -advanced changed codemastr 2005-01-17 18:04:39 +0000
  • d3641acd7b Made SVSMODE -b and -e remove bans/excepts placed on IPs codemastr 2005-01-17 17:31:10 +0000
  • 7e18fcd00e Fixed a minor typo in the "now an oper" announcement codemastr 2005-01-17 17:25:05 +0000
  • 7577ae774c clarification Bram Matthys 2005-01-15 20:39:43 +0000
  • 3aeea5c63b - Fixed serious crashbug - Fixed 'make install' error due to example.settings remove. Bram Matthys 2005-01-15 18:37:15 +0000
  • 65024ce49e ouch! Bram Matthys 2005-01-15 00:39:10 +0000
  • 4f93681c71 Informacion sobre las regexp trocotronic 2005-01-08 11:22:21 +0000
  • bb192d3016 *** empty log message *** babass 2005-01-06 11:56:38 +0000
  • 4a6f784e37 - Got rid of wma/wmv in dccallow.conf, better to require an explicit select here due to recent DRM exploits (spyware etc). - Fixed /restart reasons, reported by SouL-FoRTuNe. - Partial (incomplete!) fix for alloca warnings during compile (especially w/SSL). Bram Matthys 2005-01-05 01:44:42 +0000
  • 1db7944c09 *** empty log message *** babass 2005-01-03 18:16:47 +0000
  • 0676d94ab1 Finished the translation of Appendix A (Regular Expressions). Also corrected some grammar mistakes in it. angrywolf 2005-01-03 17:04:46 +0000
  • 849205bb31 doc/unreal32docs.de.html week 53 stylus740 2005-01-02 18:51:27 +0000
  • 013b2de18f doc/unreal32docs.de.html week 53 patially Update (complete translation will follow soon) stylus740 2005-01-01 18:10:21 +0000
  • 274230c55f Imported TRE 0.7.2 for *nix codemastr 2004-12-29 18:47:42 +0000
  • 629825c6d9 Imported TRE to 0.7.2 for Windows codemastr 2004-12-29 18:35:36 +0000
  • d40fc31645 flatmap in /lusers Bram Matthys 2004-12-29 04:58:59 +0000
  • 7c6a6332fc Continuation of the previous translation, part 3 angrywolf 2004-12-28 15:35:47 +0000
  • 854e64e253 Continued the translation of appendix A (Regular Expressions). angrywolf 2004-12-28 00:16:24 +0000
  • 53b182a021 - Started working on the translation of appendix A (regular expressions). - Corrected the grammar of all subtitles in section 4. angrywolf 2004-12-27 02:04:44 +0000
  • a07c13bdc2 Added some error checking to /sapart codemastr 2004-12-27 00:44:42 +0000
  • 67470b474d Made the (?) kill message not show IP addresses codemastr 2004-12-27 00:21:08 +0000
  • 7f8bcdb5b2 Made CIDR no longer accept bitmasks with less than 16bits for /*line commands codemastr 2004-12-27 00:14:07 +0000
  • 77f8b18bad Added a basic regex tutorial to unreal32docs.html codemastr 2004-12-26 20:16:29 +0000
  • c251d4e198 - Some doc/ updates: removed: Unreal31_to_32.html & example.settings, updated: Authors & translations.txt. DEL: Unreal31_to_32.html & example.settings DUE TO outdated MOD: Authors (added myself, updated griever end date), translations.txt (updated to mention that it takes a lot of time, and added a note on using word/frontpage). Bram Matthys 2004-12-21 01:05:23 +0000
  • 5cf36dddca French docs update of week 49 (babass). Forgot to commit, woops ;p Bram Matthys 2004-12-20 21:00:17 +0000
  • 3cbbaf125b - Fixed bug where servers behind ulines were not ulined, causing for example juped servers to show up if flat-map was enabled, reported by GSF19 (#0002230). Bram Matthys 2004-12-10 20:09:09 +0000
  • 02a00490ad - Fixed tkl except { } not working (post-3.2.2). Bram Matthys 2004-12-09 17:15:52 +0000
  • 693f6e5183 *** empty log message *** trocotronic 2004-12-04 13:49:14 +0000
  • 1d7b8bad06 Doc update (week 49) angrywolf 2004-12-04 12:18:01 +0000
  • fbf2d2d394 Update unreal32docs.de.html week 49 stylus740 2004-12-04 09:35:27 +0000
  • a76e4d4712 - Module coders: sendto_snomask* now only sends to opers, sendto_snomask_normal* can be used to send to normal users w/the snomask set. - Fixed dcc filtering a bit more. - Made usermode 'g' operonly since it didn't do much, reported by DukePyrolator (#0002024). Bram Matthys 2004-12-03 22:00:09 +0000
  • 54902b0285 - spamfilter.conf: fixed mIRC exploit sigs - Fixed all spamfilters in configfile not working due to configrewrite (post-3.2.2). Bram Matthys 2004-12-03 17:09:29 +0000
  • 4284c39307 - OperOverride INVITE notices are now also global (if you have the eyes snomask set) (#2212). - Module coders: New function: sendto_snomask_global(). - Speedup sendto_snomask/sendto_connectnotice/sendto_fconnectnotice code. Bram Matthys 2004-12-03 03:32:32 +0000
  • 6653e4ef3e help.conf: added long flags to OFLAGS. Bram Matthys 2004-12-02 17:45:39 +0000
  • fd47548f55 added tiny note on how I generated indexes Bram Matthys 2004-12-02 17:08:45 +0000
  • ecdb057111 - help.conf: Fixed a typo, updated *CMDS indexes a bit, reported crazy (#0002208). Bram Matthys 2004-12-02 17:06:32 +0000
  • 55ece5e5e4 - Fixed Oper Override not giving a 'special join notice' if +z is set along with another mode (eg: +i/+k), reported by tabrisnet (#0001487). Bram Matthys 2004-12-02 16:47:55 +0000
  • 5b7e45545c - Fixed dcc spamfilter problem reported by TimeFX and Deadalus (#2177, #2204). Bram Matthys 2004-12-02 04:51:29 +0000
  • 9395e74143 Added missing documentation for spamfilter away target codemastr 2004-12-01 20:58:56 +0000
  • afbf2070fa Added a set::gline-address which works like set::kline-address codemastr 2004-12-01 20:55:38 +0000
  • a6713f14cb - Fixed alloca warning @ Linux (post-3.2.2) - Numeric audit: 15 small changes (int/long mismatches etc). This might have fixed some bugs on architectures where 'long' and 'int' have different sizes (eg: opteron). Bram Matthys 2004-11-28 21:26:27 +0000
  • bd142fc323 Added a config.h options, IPV6_COMPRESSED to make Unreal use compressed IPv6 addresses where possible codemastr 2004-11-28 17:53:43 +0000
  • ad878b68c8 Changed the +z cannot join message to be a bit more descriptive codemastr 2004-11-26 23:28:48 +0000
  • 78ff3fdd53 ... codemastr 2004-11-26 22:28:13 +0000
  • 191127296a Rewrote some of the previous change to deal with some strange issues codemastr 2004-11-26 22:14:30 +0000
  • 637a36a2af If a user is +b on a channel, and set::allow-userhost-change force-rejoin is used, a part/join is not sent in order to prevent flooding codemastr 2004-11-25 23:54:21 +0000
  • 81de8345d2 Added some missing operflags to /stats O and SVSO codemastr 2004-11-25 19:22:13 +0000