Age | Commit message (Expand) | Author |
2006-02-21 | Tests for channel ghosting? | brain |
2006-02-15 | Moved custom_mode_params to per-channel | brain |
2006-02-15 | Removed a whole lot of strchr's looking for mode +o where we can do if *user-... | brain |
2006-02-15 | - Fixed some HORRIBLE indenting. Tabs, please. | w00t |
2006-02-08 | Fixed cosmetic 'need to be halfop to change modes' when kicking | brain |
2006-02-08 | Match bans against user::ip4 in add_channel | brain |
2006-02-08 | Potential fix for CS Testnet bug, thanks to Special for helping with this one. | w00t |
2006-02-05 | Re-organized order of cmd_kick stuff (OnUserPreKick) to make override kicks w... | brain |
2006-02-03 | Bugfix #69 | brain |
2006-02-03 | Tidyup op/halfop/voice list on part/quit | brain |
2006-02-03 | Typo fix #1 | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-02-01 | Only access-check local user kicks | brain |
2006-01-23 | Made bans check both real and fake host | brain |
2006-01-22 | Fixes to make server kicks work | brain |
2006-01-22 | Added facility for servers to send KICK message (ew, i hate this crap) | brain |
2006-01-22 | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ... | brain |
2006-01-18 | strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate ... | brain |
2006-01-17 | Added support for part messages in the module API (and therefore between serv... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2005-12-30 | Fixed broken checks to allow overriding | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-22 | Optimized out strcpys that copy empty strings (craq++) | brain |
2005-12-22 | Improved efficiency of chanrec constructor (removed strcpys) | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Fixed to use irc::string now for invite functions | brain |
2005-12-14 | Code tidying | brain |
2005-12-14 | Tidying of stuff | brain |
2005-12-14 | Fixing move of *_channel functions to here | brain |
2005-12-14 | Moved add_channel, del_channel, kick_channel to channels.cpp | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-12 | Removal of some trivial debug output | brain |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-05-11 | Fixed weird bug where on mass join/part flood, the channel would be | brain |
2005-05-09 | Fixes to way allocations are handled | brain |
2005-05-08 | Changed the final bunch of udp_* vars to server_*/tcp_* | brain |
2005-05-02 | Added /stats T | brain |
2005-04-26 | Major *MAJOR* optimizations by double-referencing channels to users | brain |
2005-04-26 | Added channel 'counter', increases speed of quits, parts, kicks | brain |
2005-04-05 | Major optimizations! | brain |
2005-03-25 | Added implementation of strlcpy and strlcat for systems that dont have it | brain |