summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
2006-03-07*TEST CODE* Faster custom mode set/unsetbrain
2006-03-06Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...brain
2006-03-02De-uglified chanrec::SetCustomMode -- no strlcat, no std::string, just some v...brain
2006-02-25Typo found by gcc 4 warningsbrain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Tests for channel ghosting?brain
2006-02-15Moved custom_mode_params to per-channelbrain
2006-02-15Removed 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-08Fixed cosmetic 'need to be halfop to change modes' when kickingbrain
2006-02-08Match bans against user::ip4 in add_channelbrain
2006-02-08Potential fix for CS Testnet bug, thanks to Special for helping with this one.w00t
2006-02-05Re-organized order of cmd_kick stuff (OnUserPreKick) to make override kicks w...brain
2006-02-03Bugfix #69brain
2006-02-03Tidyup op/halfop/voice list on part/quitbrain
2006-02-03Typo fix #1brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-01Only access-check local user kicksbrain
2006-01-23Made bans check both real and fake hostbrain
2006-01-22Fixes to make server kicks workbrain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-18strncpy sucks ass! -- Old code was using strncpy which doesnt null terminate ...brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12Changed channel user lists from vector to mapbrain
2005-12-30Fixed broken checks to allow overridingbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-22Improved efficiency of chanrec constructor (removed strcpys)brain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Fixed to use irc::string now for invite functionsbrain
2005-12-14Code tidyingbrain
2005-12-14Tidying of stuffbrain
2005-12-14Fixing move of *_channel functions to herebrain
2005-12-14Moved add_channel, del_channel, kick_channel to channels.cppbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-12Removal of some trivial debug outputbrain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-11Fixed weird bug where on mass join/part flood, the channel would bebrain
2005-05-09Fixes to way allocations are handledbrain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain