Age | Commit message (Expand) | Author |
2005-11-29 | Recursive free sucks | brain |
2005-11-29 | Added squit stuff... dont like recursive delete. | brain |
2005-11-29 | Reverted is_uline change | brain |
2005-11-29 | strcmp() is a little expensive, and useless here -- ointers make our lives ea... | w00t |
2005-11-29 | Small fault-- is_uline() returned true for '' - not a good thing, I'd assume. | w00t |
2005-11-28 | Fixed some glitches in linking | brain |
2005-11-28 | Fixed dodgy server being broadcast on BURST | brain |
2005-11-28 | Fixed a loop whoopsie | brain |
2005-11-28 | Found a typo when compiling on gcc3.3.6 | brain |
2005-11-28 | Changed to propogate SERVER properly when a new server connects | brain |
2005-11-28 | Commented /MAP because it takes some documenting to get across what im trying... | brain |
2005-11-28 | /MAP. ARGH! | brain |
2005-11-28 | Fixed bouncing messages caused by trying to echo to servers more than one hop... | brain |
2005-11-28 | Made privmsgs work | brain |
2005-11-28 | Missing two Module:: | brain |
2005-11-28 | Added OnUserMessage and OnUserNotice (why have these been missing so long?) | brain |
2005-11-27 | Tied in client message parser, works very well :) | brain |
2005-11-27 | Added nickname syncing | brain |
2005-11-27 | Fixed a missing parameter | brain |
2005-11-27 | Added tree walk algorithm which finds out which directly-connected server | brain |
2005-11-27 | Added proper administrativia notices to CONNECT and inbound connections | brain |
2005-11-27 | Added /CONNECT | brain |
2005-11-26 | Added most of the connection/authentication code, need to add CONNECT and syncs | brain |
2005-11-26 | Added stricter checking for listening sockets | brain |
2005-11-26 | Fixed dumb bug where module claims ALL bindable ports including client ports! | brain |
2005-11-26 | Added overriding handlers for CONNECT, SQUIT, MAP, LINKS, LUSERS | brain |
2005-11-26 | Fixed compile glitches | brain |
2005-11-26 | Added reading of server link configs | brain |
2005-11-26 | Added TreeServer class (actual tree structure) | brain |
2005-11-26 | Added tons of comments. These will probably stay. | brain |
2005-11-26 | Added listening socket support for InspSocket | brain |
2005-11-26 | Added start of spanning tree system TEST MODULE, tested outbound connections | brain |
2005-11-25 | Cleaned up some warnings | brain |
2005-11-25 | Fixed OnMeshToken (deprecated) | brain |
2005-11-25 | Removed references to connection.cpp and servers.cpp | brain |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Added references to connection.h | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-11-25 | Removed static meshed linking from core | brain |
2005-11-25 | Fixed removal of mesh linking from core | brain |
2005-11-25 | Removal of mesh stuff (lots of) | brain |
2005-11-25 | Fixed to not use mesh stuff | brain |
2005-11-25 | Removed cross-server mesh stuff | brain |
2005-11-25 | Removed mesh module functions | brain |
2005-11-25 | Removed server socket stuff from socketengine | brain |
2005-11-25 | Fixed compile time glitches in new code, removed obselete variables | brain |
2005-11-25 | My first commit -- and a really minor/anal one at that. :P | w00t |
2005-11-25 | Started removal of server linking code from core and implementation of socket... | brain |
2005-11-23 | Added some stuff to socket classes | brain |
2005-11-23 | Added start of socket classes used by modular linking | brain |