summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.cpp
AgeCommit message (Expand)Author
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Remove unneeded paramaters from OnAcceptReadydanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-08-19Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid coll...w00t
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-05-14Fix UID collision on reload of m_spanningtree.sodanieldg
2009-05-14Fix some incorrect STL iterations (using < end() instead of != end())special
2009-05-13Make the previous patches actually workdanieldg
2009-05-13Use a FakeUser source for server-sourced commands in spanningtreedanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02If a module is loaded after m_spanningtree that it needs, then it will now re...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-12Fix problem with autoconnects: don't reset NextConnectTime to a higher value ...w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-08Fix crash caused by me being retarded.w00t
2008-10-08Fix: call OnRawSocketAccept for server connections. This isn't yet done in an...w00t
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-29Remove some old stuffw00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-05Return the right thing.w00t
2008-08-05Better Way(TM) of doing easy routing of commands with a user based source. Th...w00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-06-06Fix bug from std::string porting, thanks ThunderHackerbrain
2008-05-21Clean this up a bit, and log about ignoring link blocks due to missing attrib...w00t
2008-05-18Fix some unneeded .c_str() usage in m_spanningtreeaquanight
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-08Changes needed to get open-linking working.w00t
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-13This doesn't need to be inside the loop. There is only one IP for (potentiall...w00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-08Fix careless compile error caused by forward port of patch earlier today.w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-01Make misconfiguration of spanningtree more 'fatal' so we get less morons comi...brain
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t