summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-12-31Added specific errors relating to invalid link tags (requested by Strike)brain
2005-12-31Tidyup of K&R style indenting, comments in silly places, and pointless curly ...brain
2005-12-31Changed to QueryType rather than short int for query typesbrain
2005-12-31Removed crappy linked list stuff and replaced with faster std::mapbrain
2005-12-31Improving niceness of DNS code, i WILL make this readable!brain
2005-12-31Minor cosmetic fault pointed out by Trystanw00t
2005-12-31Blockcolor now blocks reverse and other mirc silliesbrain
2005-12-30Ommitting \r and \n from debug display of outbound linesbrain
2005-12-30Now uses two AES contexts, an 'in' context and an 'out' contextbrain
2005-12-30TEST CODE: CBC encryption type in AES rather than ECBbrain
2005-12-30Changed background stuff to occur more oftenbrain
2005-12-30Made socket.cpp flush its write buffer more often (fixes odd lag on server to...brain
2005-12-30Fixed broken checks to allow overridingbrain
2005-12-30Optimized out some more redundant va_args voodoobrain
2005-12-29Double copies due to bad chop()brain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-29Attempt to cut out unneccessary printf() va_args voodoo (ugleh)brain
2005-12-29Cached ISUPPORTbrain
2005-12-29Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORSbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29*FIX* 'No more connections allowed' was comparing against the network-wide li...brain
2005-12-29Added extra checking to socketengine to refuse connections after we reach the...brain
2005-12-29Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...brain
2005-12-29Initial revision of /devoice.w00t
2005-12-29Removed an unused OnUserConnect() methodw00t
2005-12-29Changed some little bits and bobs herebrain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-28Made 'fake direction' less loud, removed 'invalid source'brain
2005-12-28Signal handlers were not being set when -nofork was enabledbrain
2005-12-28Changed some other stuff that used the old vector/deque style commandlistbrain
2005-12-28Changed from std::map to hash_mapbrain
2005-12-28Fixed typosbrain
2005-12-28EXPERIMENTAL: Command search function now uses std::map, should be faster (i ...brain
2005-12-28Removed useless isnick() checks in Give* and Take*, in the name of tidinessbrain
2005-12-28Tidyups to mainloop, why were we using isnick() to check if a user was regist...brain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-28Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...brain
2005-12-27Check on upper bounds of base64 decodebrain
2005-12-27Added checking for bad base64 decodesbrain
2005-12-27Updated chanfilter to use irc::stringfrostycoolslug
2005-12-26Typoedbrain
2005-12-26Modified to omit unimplemented module methodsbrain
2005-12-26Fixed indentationbrain
2005-12-26Fixed and implemented /modules debug <glob>brain
2005-12-26Added *experimental* /modules debugbrain
2005-12-26Fixed typobrain
2005-12-26Added global_implementation array, bypasses calls which *NO* modules are curr...brain
2005-12-26Missing Implements sectionbrain
2005-12-26Fixed missing I_On005Numericbrain