summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
2006-04-08Remove references to inspircd_io from these, stop configure making all the mo...om
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-04-04undo w00t's screwupom
2006-04-04This doesn't belong in userprocess.cpp. :Pw00t
2006-03-12Renamed to chanrec::modesbrain
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-11Only calculate the names list when a local user joins (this was being calcula...brain
2006-03-09Fixed to use iteratorsbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Actually, 64.brain
2006-03-08chanrec::custom_modes only needs 96 values not 190brain
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