Age | Commit message (Expand) | Author |
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 |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-06 | Another here too | brain |
2008-06-01 | Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ... | brain |
2008-05-05 | Convert m_spanningtree | aquanight |
2008-04-06 | Remote /MAP: caution, this doesn't compile | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-02-24 | Rollback complete! Everyone please go through the code and check i havent for... | brain |
2008-02-24 | spanningtree now correctly uses OnReadConfig, so its config is AVAILABLE when... | brain |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-11 | -Woverloaded-virtual fixes | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-07 | Fix up some usercounts stuff.. to be tested. | w00t |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |