| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Removed __single_client_alloc again because gcc devs were smoking crack and r...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1406 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-16 | 1 | -8/+8 | ||
| * | Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-15 | 1 | -11/+10 | ||
| * | sorted hashcomp etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-15 | 1 | -6/+0 | ||
| * | Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-15 | 1 | -0/+1 | ||
| * | Changed the type of struct whowas records are stored in (no need to waste a b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1369 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-12 | 1 | -8/+0 | ||
| * | Structure optimizations, changed a lot of bools into binary bitmasks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1368 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-12 | 1 | -2/+2 | ||
| * | Fixed weird bug where on mass join/part flood, the channel would be•••purged before it was actually empty due to its counters being screwed up git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1360 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-11 | 1 | -6/+1 | ||
| * | Fixes to way allocations are handled•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1346 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-09 | 1 | -2/+2 | ||
| * | Changed the final bunch of udp_* vars to server_*/tcp_*•••Fixed ircservices sending PING git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1326 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-08 | 1 | -1/+1 | ||
| * | Added /stats T•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1280 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-02 | 1 | -1/+1 | ||
| * | Major *MAJOR* optimizations by double-referencing channels to users•••(never need to scan the entire user hash again except in very rare circumstances) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1197 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-04-26 | 1 | -0/+26 | ||
| * | Added channel 'counter', increases speed of quits, parts, kicks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1194 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-04-26 | 1 | -1/+19 | ||
| * | Major optimizations!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@982 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-04-05 | 1 | -0/+1 | ||
| * | Added implementation of strlcpy and strlcat for systems that dont have it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@905 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-03-25 | 1 | -0/+1 | ||
| * | Changed occurances of vector to std::vector•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@900 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-03-25 | 1 | -2/+2 | ||
| * | Security audit based on RATS output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@855 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-09-11 | 1 | -3/+3 | ||
| * | Fixed perplexing bug in custom mode removal (apparent with +C and +c)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@829 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-05-24 | 1 | -10/+7 | ||
| * | Updated header comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-05-16 | 1 | -0/+16 | ||
| * | Added support for /RESTART (currently has a bug, do not use)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@800 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-05-09 | 1 | -1/+0 | ||
| * | Provided modules with the ability to sync data on a netjoin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@767 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-05-01 | 1 | -3/+88 | ||
| * | Attempted fix for bug ID #3 (compile error/namespace error in channels.cpp)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@387 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-05 | 1 | -1/+1 | ||
| * | Completed support for module-handled umodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@377 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 1 | -3/+6 | ||
| * | Fixed idle time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@376 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 1 | -0/+1 | ||
| * | Added support for module-based chanmodes with parameters and the ability to q...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@374 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-04 | 1 | -1/+49 | ||
| * | Added support for module-defined chanmodes with no parameters•••Fixed minor typo in example conf Added new stylesheet and docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7 | 2004-04-03 | 1 | -0/+22 | ||
| * | STL namespace fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@176 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-07-22 | 1 | -2/+2 | ||
| * | Added more code for custom channel/user modes via modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@175 e03df62e-2008-0410-955e-edbf42e46eb7 | 2003-04-19 | 1 | -0/+26 | ||
