Age | Commit message (Expand) | Author |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-07-30 | I think ive found the answer to the hanging connections problem. The majority... | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-22 | Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W... | brain |
2006-07-20 | Extra sanity checks | brain |
2006-07-19 | Stability fix | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-16 | MAJOR tidy of line parser, some parts rewritten and major chunks removed | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-04 | This doesn't belong in userprocess.cpp. :P | w00t |
2006-03-15 | Comment one of w00tie's comments, fix typo in log message, and make it look l... | om |
2006-03-14 | Sanity check, writing to array[-1] is not clever and not profitable. | brain |
2006-03-11 | MORE BUGS GRR | brain |
2006-03-11 | Checks and stuff :p | brain |
2006-03-11 | Re-enterant safety | brain |
2006-03-10 | Commented all the new config stuff | brain |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-08 | Made this readable, removed spacing, etc. | w00t |
2006-03-08 | Remove some tabbing, remove a typo, use Exit() rather than exit() | w00t |
2006-03-02 | Changed output on startup | brain |
2006-03-01 | Removed old >512 check | brain |
2006-02-26 | And fixes for typos | brain |
2006-02-26 | Added ability to provide -logfile parameter on commandline | brain |
2006-02-19 | Apparently to catch descendent classes we need to catch a reference to the pa... | brain |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-08 | Increased how often socket timeout checks occur which will mean flushing writ... | brain |
2006-02-02 | Removed bool return of DoBackgroundUserStuff() | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-22 | Tweaks for openssl compatibility | brain |
2006-01-22 | Stopped lines longer than 512b from being killed, instead, warning sent and d... | frostycoolslug |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-15 | Made inspircd close and reopen its log on rehash | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2006-01-03 | Fixed to not crash on /PARK (still more to test) | 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-19 | SSL is a fucking mess. | brain |
2005-12-18 | Added IOHookModule stuff to allow for different modules to hook different ports | brain |
2005-12-16 | Moved serverstats stuff out | brain |
2005-12-16 | Moved SocketEngine* SE into InspIRCd class | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | Changing stuff to using CommandParser class | brain |
2005-12-16 | Moved command_parse functions into class CommandParser | brain |
2005-12-16 | Moved command parsing crap into command_parse.cpp | brain |
2005-12-16 | Changed I/O reading stuff for modules to be much faster (and exclusive :() | brain |
2005-12-15 | Added 'local users' vector | brain |