summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-04Split treesocket2 into various smaller filesw00t
2008-02-04Rename burst.cpp to netburst.cpp - it does not just contain burst handling.w00t
2008-02-04Split more of treesocket1w00t
2008-02-03Fix trivial desync with FTOPIC: if topic is identical, we still need to broad...w00t
2008-02-03Split treesocket1 into a number of smaller filesw00t
2008-02-03Clear up header insanityw00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Whoopsbrain
2008-02-03What do you think of this, w00t?brain
2008-02-03Fix burst time indicator: set startburst in treeserver's constructor, BURST i...w00t
2008-02-03Show extra debug for burst timew00t
2008-02-03Broken, but.. show how many milliseconds a burst takes. Someone care to tell ...w00t
2008-02-03Remove an obsolete valuew00t
2008-02-02Murder space indents.. now if I find out who did them, I'll murder them too ;(w00t
2008-02-02Add some notes on proposed logging stuffw00t
2008-02-02Small tidyupw00t
2008-02-02Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accident...w00t
2008-02-02Cache User::GetIPString()w00t
2008-02-02Avoid reallocating this every new connection (patch from hottpd)w00t
2008-02-02Make m_password_hash able to pick up hasher modules after it's loaded, meanin...aquanight
2008-02-02Fix a null pointer dereference caused by my reordering/moving stuffw00t
2008-02-02Add it back, but comment out the method body. its useless.brain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-02-02Check for empty prefixes, and close server connections attempting to use themw00t
2008-02-02Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params...w00t
2008-02-01fixed getsockopt parameter 4, removed sys/select.h on windows platformfez
2008-01-31applink.c should be included in the link command, not #included in the sourcefez
2008-01-30Move fez to developers (a lot of movement for one day :p)w00t
2008-01-30Move fez to regular contributors sectionw00t
2008-01-30Merge in patches to fix bug #487, submitted by dz, thanks :)brain
2008-01-27Forward port bug #484 patch from John, thanksbrain
2008-01-27You left out the module name in the command, aquanight ;)brain
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-26ANNOUNCENENT -> ANNOUNCEMENTbrain
2008-01-26Fix for bug found by eLement, when an oper is on a notify list and the oper s...brain
2008-01-26Tweaksbrain
2008-01-26Whoops, should have test compiled thisbrain
2008-01-26macgyverdgi asked for this :pbrain
2008-01-25Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e...aquanight
2008-01-21win32 compile error fixbrain
2008-01-21win32 compilation errors: shadowing of variable 'i' isnt a good ideabrain
2008-01-21win32 compile error fixbrain
2008-01-21Win32 compilation fixesbrain
2008-01-20Update m_filter* to 1.2 API (it was still using Implements()), also implement...aquanight
2008-01-19Fix m_callerid not adding the usermode.aquanight
2008-01-19Add aquanight to developers sectionw00t
2008-01-19Initial implementation of callerid, provided by aquanight. Untested as of yet...w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-17The outer if (socket > -1) check in AddClient is obsolete and this is already...brain
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t