Age | Commit message (Expand) | Author |
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 |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | More craq | brain |
2007-10-31 | Make it all compile. | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Remove more unused headers | w00t |
2007-08-26 | Bump ABI version and protocol version. Note that this really means 1.1 and 1.... | w00t |
2007-08-26 | Routing failure messages back where they came from on /rconnect | brain |
2007-07-16 | OOPS! 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-07-10 | This should fix the rest of remote kill nick hiding | brain |
2007-06-13 | Remove remote SQUIT hacks. | peavey |