Age | Commit message (Expand) | Author |
2008-02-10 | w00t br0ked it! :p | brain |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-22 | Move InspIRCd::IsValidMask() to helperfuncs.cpp | w00t |
2007-10-15 | Move some other stuff to helperfuncs (uline related, and timestring) | w00t |
2007-10-15 | Move InspIRCd::Duration from command_parse to helperfuncs | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Add uuid hash_map - its management is automatic via userrec constructors/dest... | brain |
2007-08-27 | Fix obligotary typos | brain |
2007-08-27 | When a numeric nick is passed to FindNick, we call FindUUID instead | brain |
2007-08-27 | Fix me not being able to code.. | w00t |
2007-08-27 | Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou... | w00t |
2007-08-23 | Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'... | brain |
2007-08-23 | Fix segfault on 'cant open logfile' on startup, on trying to call Exit. inste... | brain |
2007-07-25 | Turn IsIdent into a functor | brain |
2007-07-25 | Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b... | brain |
2007-07-23 | Remove darwin hax from 1.2 | w00t |
2007-07-23 | Add some documentation | w00t |
2007-07-23 | Sanity check: we don't want to deal with Config being invalid while logging | w00t |
2007-07-23 | Tidyup a bunch of stuff that was using userrec::modes directly rather than us... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-21 | Apply patch from BuildSmart that fixes a few issues on Mac with the logfile p... | peavey |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-05-26 | Brok. | brain |
2007-05-21 | Reorder includes, dont worry there is method to my madness (i hope) | brain |
2007-05-20 | - Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a... | w00t |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-13 | Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel. | w00t |
2007-04-06 | More information in error when a module cant be loaded | brain |
2007-01-06 | *slaps self* for not test compiling | brain |
2007-01-06 | Fix oper count, we cant decrement ModeCount('o') from the userrec destructor ... | brain |
2006-12-30 | Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh... | brain |
2006-12-29 | Fix for w00t | brain |
2006-12-29 | Add counter system for umodes to get rid of some O(n) | brain |
2006-12-23 | Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this i... | brain |
2006-12-23 | Hash rehashing change | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |