Age | Commit message (Expand) | Author |
2006-08-23 | Forgot the comma in first join | brain |
2006-08-23 | If we get an unknown prefix character on a user when they join, we throw a fi... | brain |
2006-08-23 | Check for illegal mode prefixes in AddMode (':' and ',') | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | Fix and finish 005 numeric. PREFIX= is now calculated automatically if you ad... | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Spotted problem: must clear out all prefixes attached to a user when they qui... | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-21 | Poor old Ian Gulliver :p Finally got his credit here | brain |
2006-08-21 | In 1.1, place all FJOIN parameters in the last parameter of the FJOIN - if th... | brain |
2006-08-19 | More tweaks | brain |
2006-08-19 | Fixed makefile | brain |
2006-08-19 | Changed modes/ makefile (not yet tested) | brain |
2006-08-18 | Fix timeouts | brain |
2006-08-18 | Fix ident timeouts to work properly when the connect succeeds but nothing com... | brain |
2006-08-18 | Missing a space in log messages | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Indent tidyup | brain |
2006-08-18 | Fix trying to add failed ports to socketengine (<3 new code) | brain |
2006-08-18 | Dont allow an empty away message (im not sure what the RFC says on this one sts) | brain |
2006-08-18 | Things are so much easier here (thanks to sts for the bug) | brain |
2006-08-18 | Odd bits and bobs to keep the numeric sane if the user is insane (like stskee... | brain |
2006-08-18 | stskeeps trying to get his name all over our commit log :p (thanks for the bu... | brain |
2006-08-18 | Dont allow an empty key (thanks stskeeps) | brain |
2006-08-18 | Correctly return false on failure to fork | brain |
2006-08-18 | Checking if child pid still exists, if it vanishes we exit | brain |
2006-08-18 | When daemonizing, have parent process wait forever, and child process kill it... | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | Dont allow USERIP (where loaded) on unregistered users | brain |
2006-08-18 | Dont allow USERHOST (and new WHO) on unregistered users | brain |
2006-08-18 | Don't allow adding of invalid nicknames to watchlist | brain |
2006-08-18 | Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc... | brain |
2006-08-18 | Modified m_silence to take masks instead of nicknames. Since this is *much* m... | special |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-18 | Forward port of /list pattern matching, reported by Stskeeps | special |
2006-08-17 | Optimize tons more timer checking stuff | brain |
2006-08-17 | DoSocketTimeouts and TickTimers only need to be called once a second. Why the... | brain |
2006-08-17 | Just comments | brain |
2006-08-17 | Fix typo | brain |
2006-08-17 | userrec::AddBuffer and userrec::Write end up copying the const std::string& i... | brain |
2006-08-17 | Improve userrec::AddBuffer (remove craq char to std::string loop) | brain |
2006-08-17 | Change a std::string operator+= to append() | brain |
2006-08-17 | Optimization and removal of casts (profiling stuff) | brain |
2006-08-16 | Check in eline, gline and kline for the @ which signifies an ident. Without t... | brain |
2006-08-16 | Optimizations | brain |
2006-08-16 | Wasnt checking channel name on ban deletion | brain |
2006-08-16 | LeaChim please try this | brain |
2006-08-16 | free() REQUIRES casts to free const char*'s :< | brain |
2006-08-16 | Because the iterator can be whacked (and the item) inside of SetBan, make copies | brain |