Age | Commit message (Expand) | Author |
2006-01-01 | Changes to how classes are looked up (connects slightly faster) and fix for c... | brain |
2005-12-31 | Removed cvsignores, set svn:ignore property using -F .cvsignore | brain |
2005-12-31 | Test | brain |
2005-12-31 | Test | brain |
2005-12-31 | Added specific errors relating to invalid link tags (requested by Strike) | brain |
2005-12-31 | Tidyup of K&R style indenting, comments in silly places, and pointless curly ... | brain |
2005-12-31 | Changed to QueryType rather than short int for query types | brain |
2005-12-31 | Removed crappy linked list stuff and replaced with faster std::map | brain |
2005-12-31 | Improving niceness of DNS code, i WILL make this readable! | brain |
2005-12-31 | Minor cosmetic fault pointed out by Trystan | w00t |
2005-12-31 | Blockcolor now blocks reverse and other mirc sillies | brain |
2005-12-30 | Ommitting \r and \n from debug display of outbound lines | brain |
2005-12-30 | Now uses two AES contexts, an 'in' context and an 'out' context | brain |
2005-12-30 | TEST CODE: CBC encryption type in AES rather than ECB | brain |
2005-12-30 | Changed background stuff to occur more often | brain |
2005-12-30 | Made socket.cpp flush its write buffer more often (fixes odd lag on server to... | brain |
2005-12-30 | Fixed broken checks to allow overriding | brain |
2005-12-30 | Optimized out some more redundant va_args voodoo | brain |
2005-12-29 | Double copies due to bad chop() | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |
2005-12-29 | Attempt to cut out unneccessary printf() va_args voodoo (ugleh) | brain |
2005-12-29 | Cached ISUPPORT | brain |
2005-12-29 | Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORS | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |
2005-12-29 | Changed 65535 to MAX_DESCRIPTORS calculated at configure-time | brain |
2005-12-29 | *FIX* 'No more connections allowed' was comparing against the network-wide li... | brain |
2005-12-29 | Added extra checking to socketengine to refuse connections after we reach the... | brain |
2005-12-29 | Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu... | brain |
2005-12-29 | Initial revision of /devoice. | w00t |
2005-12-29 | Removed an unused OnUserConnect() method | w00t |
2005-12-29 | Changed some little bits and bobs here | brain |
2005-12-29 | Fixed an extremely n00bish mistake involving referencing a global copy of Ser... | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-28 | Made 'fake direction' less loud, removed 'invalid source' | brain |
2005-12-28 | Added SetSignals() | brain |
2005-12-28 | Signal handlers were not being set when -nofork was enabled | brain |
2005-12-28 | Changed some other stuff that used the old vector/deque style commandlist | brain |
2005-12-28 | Changed from std::map to hash_map | brain |
2005-12-28 | Fixed typos | brain |
2005-12-28 | EXPERIMENTAL: Command search function now uses std::map, should be faster (i ... | brain |
2005-12-28 | Removed useless isnick() checks in Give* and Take*, in the name of tidiness | brain |
2005-12-28 | Tidyups to mainloop, why were we using isnick() to check if a user was regist... | brain |
2005-12-28 | New system for client exits using CullList seems stable, needs testing | brain |
2005-12-28 | Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W... | brain |
2005-12-27 | Check on upper bounds of base64 decode | brain |
2005-12-27 | Added checking for bad base64 decodes | brain |
2005-12-27 | Updated chanfilter to use irc::string | frostycoolslug |
2005-12-26 | Typoed | brain |
2005-12-26 | Modified to omit unimplemented module methods | brain |
2005-12-26 | Fixed indentation | brain |