summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-08-27Some useful defines for tidy definition of translation lists. See constructor...brain
2007-08-27More translation stuffbrain
2007-08-27Add vector<TranslationType> to commands, used to map fields to uid translationsbrain
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Initialise cmd_nick::allowinvalid in constructor init-list, and document Hand...brain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-08-27Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou...w00t
2007-08-26Add skeleton functions for UID stuff.w00t
2007-08-26Bump ABI version and protocol version. Note that this really means 1.1 and 1....w00t
2007-08-26Added new announceinvite setting i discussed briefly with w00t and i like mys...brain
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain
2007-08-26Add option to set invite announcements to nobody, ops only, or all users, bas...brain
2007-08-23Move the close() wrapper out of the win32wrapper.h, and into its new proper p...brain
2007-08-23Document all this shit!brain
2007-08-23Craquity craq De-craq!brain
2007-08-23Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'...brain
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-19Allow changing of an oper's host on oper up using <type:class> (give it a con...brain
2007-08-19Add <connect:inherit> and <connect:name>brain
2007-08-19Add extra stuff to make it work (and compile)brain
2007-08-19Add some connect class stuff that is required for bug #367 plus some roadmap ...brain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-08-19Pick up a few error conditions we didnt before in the config reader, and also...brain
2007-08-17Change to virtualw00t
2007-08-15Fixed, i forgot the virtual when implementing thisbrain
2007-08-15* include/caller.h will now compile correctly on Windows platforms.burlex
2007-08-11Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo...brain
2007-08-11Provide error output on failure to load a core command; to console on startup...brain
2007-08-09Remove an un-needed define while I poke around in herew00t
2007-08-05Fix spelling mistakes on some log messagesw00t
2007-07-28operators for std::string != irc::string and vice versa.peavey
2007-07-27Windows specific data types in EventHandler are now Extensible itemsbrain
2007-07-27Removal of some ifdefsbrain
2007-07-27Fix compile errors in windowsbrain
2007-07-27Needs testbuilding in windows. I will probably do this in a minute.brain
2007-07-27Some smart tricks to eliminate win32 ifdefs that are creeping into portable f...brain
2007-07-27Move a bunch of stuff around for tidyness, win32 functions keep creeping into...brain
2007-07-26More detail on the comment to indicate how to replace a functor in a classbrain
2007-07-26Move a ton of stuff into caller* functorsbrain
2007-07-25Un-static InspIRCd::Exit and use SignalHandler instead.peavey
2007-07-25Rehash from console works again due to new signalhandler. TODO: Use this to c...peavey
2007-07-25Add macros up to 8 parametersbrain
2007-07-25Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining fu...brain
2007-07-25Turn IsIdent into a functorbrain
2007-07-25Comment the caller0....caller8 classesbrain
2007-07-25Forgot to add thisbrain
2007-07-25Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b...brain
2007-07-25Begin move of rehash to server.cpp - broken rehash from cmdline for now.peavey