2006-08-08 |
brain | kill_link() and Server::QuitUser() -> userrec::QuitUser... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
brain | Change to using userrec::ip as a sockaddr to store... |
blob | commitdiff | raw | diff to current |
2006-08-01 |
brain | Comments, add more detail, remove dnsqueue.h include... |
blob | commitdiff | raw | diff to current |
2006-08-01 |
brain | Remove the same craq |
blob | commitdiff | raw | diff to current |
2006-08-01 |
brain | Remove ZapThisDns |
blob | commitdiff | raw | diff to current |
2006-08-01 |
brain | The IPV6 stuff compiles now, with compile-correct ipv6... |
blob | commitdiff | raw | diff to current |
2006-07-30 |
brain | I think ive found the answer to the hanging connections... |
blob | commitdiff | raw | diff to current |
2006-07-28 |
brain | Change all references to voodoo numbers (7, 3 etc)... |
blob | commitdiff | raw | diff to current |
2006-07-22 |
brain | Make OnCheckReady safe against the user being killed... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
brain | Extra sanity checks |
blob | commitdiff | raw | diff to current |
2006-07-19 |
brain | Stability fix |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | Fix socket leak properly this time |
blob | commitdiff | raw | diff to current |
2006-07-16 |
brain | MAJOR tidy of line parser, some parts rewritten and... |
blob | commitdiff | raw | diff to current |
2006-07-15 |
brain | Removed GCC2 checks as we havent supported gcc2 for... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
brain | delete operator tracking in debug mode (using a macro... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
om | Split inspircd_io.* insp inspsocket.* and configreader... |
blob | commitdiff | raw | diff to current |
2006-04-04 |
w00t | This doesn't belong in userprocess.cpp. :P |
blob | commitdiff | raw | diff to current |
2006-03-15 |
om | Comment one of w00tie's comments, fix typo in log messa... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
brain | Sanity check, writing to array[-1] is not clever and... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | MORE BUGS GRR |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Checks and stuff :p |
blob | commitdiff | raw | diff to current |
2006-03-11 |
brain | Re-enterant safety |
blob | commitdiff | raw | diff to current |
2006-03-10 |
brain | Commented all the new config stuff |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | Speedups |
blob | commitdiff | raw | diff to current |
2006-03-09 |
brain | Tidyup to pass some stuff by reference (much faster... |
blob | commitdiff | raw | diff to current |
2006-03-08 |
w00t | Made this readable, removed spacing, etc. |
blob | commitdiff | raw | diff to current |
2006-03-08 |
w00t | Remove some tabbing, remove a typo, use Exit() rather... |
blob | commitdiff | raw | diff to current |
2006-03-02 |
brain | Changed output on startup |
blob | commitdiff | raw | diff to current |
2006-03-01 |
brain | Removed old >512 check |
blob | commitdiff | raw | diff to current |
2006-02-26 |
brain | And fixes for typos |
blob | commitdiff | raw | diff to current |
2006-02-26 |
brain | Added ability to provide -logfile parameter on commandline |
blob | commitdiff | raw | diff to current |
2006-02-19 |
brain | Apparently to catch descendent classes we need to catch... |
blob | commitdiff | raw | diff to current |
2006-02-19 |
brain | Added exception handling for module loading |
blob | commitdiff | raw | diff to current |
2006-02-08 |
brain | Increased how often socket timeout checks occur which... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
brain | Removed bool return of DoBackgroundUserStuff() |
blob | commitdiff | raw | diff to current |
2006-01-27 |
brain | Improved IP handling. Now uses in_addr to store client... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
brain | Tweaks for openssl compatibility |
blob | commitdiff | raw | diff to current |
2006-01-22 |
frostycoolslug | Stopped lines longer than 512b from being killed, inste... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
brain | Updated copyrights in headers etc using perl inplace... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
brain | Made inspircd close and reopen its log on rehash |
blob | commitdiff | raw | diff to current |
2006-01-11 |
brain | Changed fd_ref_table from 65536 to more correct MAX_DES... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
brain | Fixed to not crash on /PARK (still more to test) |
blob | commitdiff | raw | diff to current |
2005-12-28 |
brain | Tidyups to mainloop, why were we using isnick() to... |
blob | commitdiff | raw | diff to current |
2005-12-28 |
brain | New system for client exits using CullList seems stable... |
blob | commitdiff | raw | diff to current |
2005-12-28 |
brain | Changes to the way clients are exited during mainloop... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
brain | SSL is a fucking mess. |
blob | commitdiff | raw | diff to current |
2005-12-18 |
brain | Added IOHookModule stuff to allow for different modules... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Moved serverstats stuff out |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Moved SocketEngine* SE into InspIRCd class |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Moved ModeGrok and Parser into InspIRCd class |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Changing stuff to using CommandParser class |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Moved command_parse functions into class CommandParser |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Moved command parsing crap into command_parse.cpp |
blob | commitdiff | raw | diff to current |
2005-12-16 |
brain | Changed I/O reading stuff for modules to be much faster... |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Added 'local users' vector |
blob | commitdiff | raw | diff to current |
2005-12-15 |
brain | Full removal of inspircd_util.h |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Fixed ModuleError() |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Sucky stuff |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Grrrrrr |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Tidy tidy |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Removed externs for module_sockets |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Code tidying |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | More config tidyups |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Moved include stack stuff to be private to ServerConfig |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Added config_f to serverconfig, UNTESTED |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Tidied up modules.h added some typedefs to typedefs.h |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | moved declarations of typedefs for user_hash and chan_h... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Started moving of data into ServerConfig class |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Half way through updating to move a ton of extern confs... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
brain | Added parameter to apply_lines to indicate what we... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
w00t | Use our shiny new IS_LOCAL() macro, and add a query. |
blob | commitdiff | raw | diff to current |
2005-12-13 |
brain | Set up externs to allow moving loads of crap out of... |
blob | commitdiff | raw | diff to current |
2005-12-12 |
brain | Moved some stuff out to userprocess.cpp |
blob | commitdiff | raw | diff to current |
|