summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
2007-08-27Nick collision handling with TS rules. This probably doesn't work yet.w00t
2007-08-27Add a metric assload of TRANSLATE macros to modules.w00t
2007-08-27A few tidyups, and comment how the new constructors work (so that w00t doesnt...brain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Oops, don't forget to save UUID of remote clientsw00t
2007-08-27Make FJOIN send UUIDw00t
2007-08-27Convert a metric assload of stuff to use UIDw00t
2007-08-27Paranoia: Check for UUID collision on UID reciept, remove both clients if a c...w00t
2007-08-27This will royally fuck 1.2's linking right now, but..w00t
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-09Show <unknown> instead of an empty string on CAPAB failure, spotted by djGrrrw00t
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-24Check for TS==0 in FJOINbrain
2007-06-24Drop fmode with TS of 0, just in case any craq smoking services devs get the ...brain
2007-06-24Fix for atheme support (and others) which makes sure CAPAB is always sent bef...brain
2007-06-14- Fixed fencepost error in apply_other_sides_modes.burlex
2007-06-14+ Added a check between servers prefixes at the CAPAB negotiation stage. This...burlex
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-21Move inspircd.h to topbrain
2007-05-20Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-13We dont need to send FMODE for user mode changes, and the FMODE handler doesn...brain
2007-05-13Fix remote bursting with quietbursts, before QA actually test it :P (thanks H...brain
2007-05-13Better logging to troubleshoot silentburstsbrain
2007-05-10Change some stuff around to make sure metadata/fmode comes after nick list if...brain
2007-05-10remove EB metadata madness and make services people happy.brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-09Fix ping timeout ERROR not being generated when a server pings out, making th...brain
2007-05-08- (FINALLY, ffs) add realnames to connect/remote connect server notices, per ...w00t
2007-05-07Correct the silentbursts logicbrain
2007-05-07Slightly tidier capab checksbrain
2007-05-07Needs a little testing: Tidyup of some code, namely when validating the lengt...brain
2007-05-07Fix channel TS not being set correctly on creation of new channelbrain
2007-05-07Developers, please review ForceJoin starting at line 730 of this file. It nee...brain
2007-05-07A bit more debug in herebrain
2007-05-07Add bugnotice when an fmode is sent with a TS < ours. This should in theory n...brain
2007-05-07FTOPIC from another server now (correctly) shows local server name to obscure...brain
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
2007-05-01Much more detailed logging of lowlevel socket errors to the +l snomaskbrain
2007-05-01Fix crashbug in latest svn introduced by inspsocket cull list, which can caus...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-25dhost and host are both char[65], so let stringcopy take up to 64 chars here.peavey
2007-04-15Fix for bug that took ages to track down and was very subtle.brain
2007-04-09The hmac stuff was slightly wrong, calculating the 2nd partbrain
2007-04-09D'oh, this is what causes it to randomly not allow the HMAC, when theres an =...brain
2007-04-09And spell it right.brain