summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Removed code weirdness in handle_invitebrain
2005-12-15Changed InviteTo to use irc::stringbrain
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-14Moved ModuleError()brain
2005-12-14Removed ip cache craq++brain
2005-12-14Fixed handle_*modulebrain
2005-12-14Code tidyingbrain
2005-12-14Craq removal at your servicebrain
2005-12-14craq--brain
2005-12-14Fixed to use new methods of ServerConfigbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Moved readconfig to serverconfig classbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Moving more stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-12-14Added parameter to apply_lines to indicate what we want to applybrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13optimized a ton of strcmps down to an integer comparison!brain
2005-12-13Prevented zlines from being allowed with a username/ident in thembrain
2005-12-13Added ability for channel lists to grow past one line in WHOISbrain
2005-12-13Modified chlist() and whois to allow output of multi line channel membership ...brain
2005-12-13Modified channel joining to allow > MAXCHANS for opers/remote (when complete)brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-12Moved some stuff out to userprocess.cppbrain
2005-12-12EXPERIMENTAL new socket engine codebrain
2005-12-09Removed broken ! operatorbrain
2005-12-09Fixed local whois ability to show idle time for remote user (idle time of 0!)brain
2005-12-09Added preliminary remote WHOISbrain
2005-12-07Added insane tag (prevents wide gline etc)brain
2005-12-07Now shows remote quits differentlybrain
2005-12-07Added remote connect noticesbrain
2005-12-06Added ADDLINEbrain
2005-12-06Added G/Z/Q/E line propogationbrain
2005-12-06Fixed RFC-non-complaince of TOPIC and NAMES with +s channel (As reported by G...brain
2005-12-05Made commands.cpp include its own header (oops)brain
2005-12-05Fixed channel kicks from outside channel on ulines (they work now!) :Pbrain
2005-12-05Fixed prefixquit to not prefix remote quitsbrain
2005-12-04Added OnWallopsbrain
2005-12-04Missing ;brain
2005-12-04Made globals come from global ;)brain
2005-12-04Added notice-to-servermaskbrain
2005-12-04Fixed LUSERS and MAP to display 'dummy' databrain
2005-12-02Made threading optionalbrain
2005-12-01Multithreaded DNS -- not tested!!!!brain
2005-12-01*really* reverted is_uline change -- \!server returns false, \!*server return...w00t