summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-11-29Added support for NOTICEbrain
2005-11-29Fixed servernames in remote intro getting cut to one wordbrain
2005-11-29Fixed a warningbrain
2005-11-29Fixed compile errorbrain
2005-11-29Changed the way lines are populated to remote serversbrain
2005-11-29Fucking colon strippingbrain
2005-11-29Colon stripping fixesbrain
2005-11-29Leading colon fixesbrain
2005-11-29Changed to strchrbrain
2005-11-29Various optimizations and tweaksbrain
2005-11-29PRIVMSG tweaksbrain
2005-11-29Crash tweakbrain
2005-11-29Added test code for one-to-many PRIVMSGbrain
2005-11-29Added a few stats on squitbrain
2005-11-29Moved some stuff to debugbrain
2005-11-29Tweaked parameter count of sent out SQUITsbrain
2005-11-29Netsplit/SQUIT tweaksbrain
2005-11-29Recursive free sucksbrain
2005-11-29Added squit stuff... dont like recursive delete.brain
2005-11-29Reverted is_uline changebrain
2005-11-29strcmp() is a little expensive, and useless here -- ointers make our lives ea...w00t
2005-11-29Small fault-- is_uline() returned true for '' - not a good thing, I'd assume.w00t
2005-11-28Fixed some glitches in linkingbrain
2005-11-28Fixed dodgy server being broadcast on BURSTbrain
2005-11-28Fixed a loop whoopsiebrain
2005-11-28Found a typo when compiling on gcc3.3.6brain
2005-11-28Changed to propogate SERVER properly when a new server connectsbrain
2005-11-28Commented /MAP because it takes some documenting to get across what im trying...brain
2005-11-28/MAP. ARGH!brain
2005-11-28Fixed bouncing messages caused by trying to echo to servers more than one hop...brain
2005-11-28Made privmsgs workbrain
2005-11-28Missing two Module::brain
2005-11-28Added OnUserMessage and OnUserNotice (why have these been missing so long?)brain
2005-11-27Tied in client message parser, works very well :)brain
2005-11-27Added nickname syncingbrain
2005-11-27Fixed a missing parameterbrain
2005-11-27Added tree walk algorithm which finds out which directly-connected serverbrain
2005-11-27Added proper administrativia notices to CONNECT and inbound connectionsbrain
2005-11-27Added /CONNECTbrain
2005-11-26Added most of the connection/authentication code, need to add CONNECT and syncsbrain
2005-11-26Added stricter checking for listening socketsbrain
2005-11-26Fixed dumb bug where module claims ALL bindable ports including client ports!brain
2005-11-26Added overriding handlers for CONNECT, SQUIT, MAP, LINKS, LUSERSbrain
2005-11-26Fixed compile glitchesbrain
2005-11-26Added reading of server link configsbrain
2005-11-26Added TreeServer class (actual tree structure)brain
2005-11-26Added tons of comments. These will probably stay.brain
2005-11-26Added listening socket support for InspSocketbrain
2005-11-26Added start of spanning tree system TEST MODULE, tested outbound connectionsbrain
2005-11-25Cleaned up some warningsbrain