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