Age | Commit message (Expand) | Author |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Made apply_lines apply perm lines again | brain |
2005-12-15 | Added CullList class | brain |
2005-12-15 | New CullList trick | brain |
2005-12-14 | More config tidyups | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |
2005-12-14 | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-14 | Added parameter to apply_lines to indicate what we want to apply | brain |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | optimized a ton of strcmps down to an integer comparison! | brain |
2005-12-08 | Typo in a comment, talk about grammar-nazi | brain |
2005-12-08 | Optimized (much faster, more efficient, less cpu usage) | brain |
2005-11-30 | Split the expiry loop into sections, to hopefully decrease time taken to expi... | w00t |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-14 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-08 | Changed the final bunch of udp_* vars to server_*/tcp_* | brain |
2005-04-29 | Fixed some flood checking | brain |
2005-04-29 | A few anti-flood features | brain |
2005-04-29 | Made xline notices neater when notifying of unknown connections | brain |
2005-04-26 | Major code tidyup (-W) - expect a few belches | brain |
2005-04-18 | Fixed strhashcomp | brain |
2005-04-13 | Added Server::AddGLine | brain |
2005-04-05 | Major optimizations! | brain |
2005-04-04 | Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ... | brain |
2005-03-25 | Added implementation of strlcpy and strlcat for systems that dont have it | brain |
2005-03-25 | Fixes for GCC3.4 and namespaces (must rerun configure!) | brain |
2005-03-25 | Changed occurances of vector to std::vector | brain |
2004-09-11 | Security audit based on RATS output | brain |
2004-05-16 | Updated header comments | brain |
2004-05-09 | Added support for /RESTART (currently has a bug, do not use) | brain |
2004-04-26 | Fixed some channel pointer stuff (eeeky) | brain |
2004-04-26 | Incrased speed of apply_lines() (was too slow when banning 100 users) | brain |
2004-04-25 | Added MaxWhoReplies stuff (bahamut-style /WHO limiting) | brain |
2004-04-25 | Added comments and fixes | brain |
2004-04-25 | Fixed minor typos | brain |
2004-04-25 | Added some stuff to diffrentiate between global and local Q/Z lines | brain |
2004-04-25 | XLine fixes and fix to +l with large limits | brain |
2004-04-24 | Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc. | brain |