summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.cpp
AgeCommit message (Expand)Author
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-30Add explicit reference-counting base classdanieldg
2009-09-30Move destruction logic for User and Spanningtree into cull()danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-13Membership* changesdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Make VF_OPTCOMMON module mismatches a fatal link error by defaultdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
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