Age | Commit message (Expand) | Author |
2006-10-30 | m_hideoper hooked the wrong event, fixed. | w00t |
2006-10-28 | Add <options:deprotectself> which can allow a +qa user to remove their own +q... | brain |
2006-10-28 | * Fix removal of user modes when unloading the mode letter (this actually wor... | brain |
2006-10-28 | Add and document m_hideoper, used to hide oper status from non-opers. | brain |
2006-10-28 | Fix these too! | brain |
2006-10-28 | Dont let users set this mode!!! | brain |
2006-10-28 | Add support for OnWhoisLine, which allows modules to change or drop any line ... | brain |
2006-10-28 | Whoops, wrong linfeed type on ADDLINE in netburst | brain |
2006-10-28 | Allow admins to set the socket timeout on server connections | brain |
2006-10-28 | Give this one a go dotslasher, apply to ALL servers | brain |
2006-10-28 | Fix for crash, submitted by peaveydk | brain |
2006-10-28 | Removed a bit of unreachable code I added with the last commit (thanks peaveydk) | special |
2006-10-28 | Return CMD_FAILURE from sajoin when given an invalid nickname (thanks Ares) | special |
2006-10-27 | When loading, dont try and free the qa modes, we havent allocated them yet | brain |
2006-10-27 | Allow changing of qaprefixes on the fly with REHASH - if this happens, writeo... | brain |
2006-10-27 | remove <filter file> - This is no longer neccessary as we've had includes for... | brain |
2006-10-27 | Allow relative paths for motd and rules (and anything that uses ReadFile) | brain |
2006-10-26 | Fix broken GlobalCloneCount (AGAIN). | brain |
2006-10-26 | Fix this to display the channel name when overriding a ban, and to properly d... | brain |
2006-10-26 | Don't display this notice on an empty servername (which will happen if an inc... | w00t |
2006-10-26 | Hopefully fix override notices on channel bans, also make the override notice... | w00t |
2006-10-23 | More missing spaces (and unbreak compile) | w00t |
2006-10-23 | Fix bug experienced by satmd, remove space indents + tidy a little | w00t |
2006-10-23 | Merge guestpattern fix by peaveydk | brain |
2006-10-23 | Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags. | brain |
2006-10-23 | This needs TESTING: use modestacker when unloading module to group modes. | brain |
2006-10-22 | Merge fix by peaveydk which stops crashes when user doesnt auth | brain |
2006-10-22 | More mirc ball-suckage. | brain |
2006-10-22 | mIRC sucks, and its author does too! | brain |
2006-10-22 | Delete idents when disconnecting? | brain |
2006-10-22 | Buffer more stuff up for each write by putting it into larger blocks | brain |
2006-10-22 | Make +beIgqa be sent multiple per line, rather than one per line, using modes... | brain |
2006-10-22 | Fix sending bans on sync: | brain |
2006-10-22 | Oops, memory leaks! | brain |
2006-10-21 | Dont allow people to add censor words containing spaces silently to the censo... | brain |
2006-10-21 | Fix counts on spanningtree reload (this made /map look really odd) | w00t |
2006-10-21 | Mode +W should be user mode, not channel mode (oops!) | brain |
2006-10-21 | Got it! I am teh 1337. | brain |
2006-10-21 | Tiny tweak | brain |
2006-10-20 | Const refs | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-19 | References and stuff | brain |
2006-10-19 | More stuff changed to const ref | brain |
2006-10-19 | Const ref frenzy! | brain |
2006-10-19 | Const ref frenzy! | brain |
2006-10-19 | Optimizations | brain |
2006-10-19 | Improve WriteLine, this should be quite an improvement as it prevents a tempo... | brain |
2006-10-19 | Use rfind rather than find when chopping strings, its faster as the \r is mor... | brain |
2006-10-19 | Remove unused large vars | brain |
2006-10-17 | Remember to delete the tree root when unloading the module | brain |