Age | Commit message (Expand) | Author |
2012-10-03 | m_spanningtree Remove empty RedoConfig() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-10 | Remove spanningtree override of /LUSERS | danieldg |
2010-01-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-01 | Merge remote/local MODULES output | danieldg |
2009-09-30 | Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-30 | Move destruction logic for User and Spanningtree into cull() | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-05 | Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot... | w00t |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-08-17 | Allow forward linking compatability by accepting higher protocol version numb... | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-04-19 | Add loopCall to prevent double-broadcasting new X:lines | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-18 | Remove unused NumServers field | danieldg |
2009-02-18 | Remove MaxMapHeight, replace with dynamically sized buffers | danieldg |
2009-02-18 | Rework /MAP output to not be overly wide | danieldg |
2009-01-02 | If a module is loaded after m_spanningtree that it needs, then it will now re... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-10-25 | Use TargetTypeFlags instead of int in a few places. | w00t |
2008-10-25 | Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ... | w00t |
2008-09-19 | Implement timeout on outgoing server connections as per our docs <link:timeout> | peavey |
2008-08-31 | Add snomasks to UID command, after 'modes', bump protocol version, as this ca... | w00t |
2008-08-18 | Increase the size of the matrix for map drawing to 250x250 | brain |