Age | Commit message (Expand) | Author |
2006-01-22 | Added MakeWildHost to userrec (*!*@dhost) | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2005-12-28 | New system for client exits using CullList seems stable, needs testing | brain |
2005-12-22 | Changed two fields in ConnectClass to strings, moved constructor stuff to ini... | brain |
2005-12-15 | Moved rehashnick and force_nickchange to users.cpp | brain |
2005-12-15 | Tidied up call_handler to use strings | brain |
2005-12-15 | Major tidyups are fun for all :p | brain |
2005-12-15 | Fixes | brain |
2005-12-15 | Moved a ton of user related functions from inspircd.cpp to users.cpp | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-02 | Made threading optional | brain |
2005-12-01 | Multithreaded DNS -- not tested!!!! | brain |
2005-11-25 | Added references to connection.h | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-05-29 | Compensate for ~ in ident length | brain |
2005-05-29 | Highly optimized userrec saving 1.5k per user | brain |
2005-05-29 | Fixed lengths | brain |
2005-05-29 | A lot more of the core consts are now configurable at compile time | brain |
2005-05-23 | Tidied up some socket stuff into userrec | 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 | Added idea from ircu: /invite with too few params shows the channels youve be... | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-05-12 | Documented new recvq and sendq stuff | brain |
2005-05-12 | Customizable by-byte-size recvq stuff | brain |
2005-05-11 | added sendq stuff, see example config | brain |
2005-05-11 | Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al... | brain |
2005-04-30 | Tried a new way of doing remote versions | brain |
2005-04-29 | Fixed some flood checking | brain |
2005-04-29 | A few anti-flood features | brain |
2005-04-29 | Updated buffering, faster and more sensible (old code sucks) | brain |
2005-04-21 | Added password field | brain |
2005-04-08 | Added customizable pingfreq | brain |
2005-04-01 | Added nonblocking dns | brain |
2005-03-25 | Fixed gentoo (mainly) compatibility -- missing strlcat in this implementation: | brain |
2004-09-11 | Security audit based on RATS output | brain |
2004-05-16 | Updated header comments | brain |
2004-05-01 | Provided modules with the ability to sync data on a netjoin | brain |
2004-04-30 | Added support for HasPermission method | brain |
2004-04-09 | Added flood= value to connect allow classes, added checking for flooding | brain |
2004-04-08 | Tons of buffering fixes and optimisations for user connections | brain |
2004-04-05 | Fix for bug ID #5 (PING, PONG And other matters) | brain |
2004-04-05 | Fix for bug ID #6 (excessively long commands) | brain |
2004-04-04 | Completed support for module-handled umodes | brain |
2003-07-22 | STL namespace fixes | randomdan |
2003-01-30 | Moved to Dev-C++ as an editor for project (more stable than gvim!) | brain |
2003-01-27 | Modified documentation | brain |
2003-01-26 | Modified documentation for base classes | brain |