Age | Commit message (Expand) | Author |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Merge remote/local MODULES output | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-09-30 | Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add away timestamp to the AWAY message sent server-server | danieldg |
2009-09-02 | Add SAVE s2s protocol command | danieldg |
2009-09-02 | Add modules to the VF_COMMON list in backwards compatability link mode, trans... | danieldg |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Add VF_OPTCOMMON for optionally common modules | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-06-07 | Allow SSL fingerprint-based server authentication | danieldg |
2009-05-07 | Remove handshake timer on server sockets that die before completing handshake | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!" | danieldg |
2009-03-10 | Quiet bursts for uplinks, suggested by HiroP, thanks! | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-08 | Remove a (now nonexistant) reference from .h | w00t |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-05-23 | Collision tweaks | brain |
2008-04-08 | Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain | w00t |
2008-04-04 | Server origin privmsg, UNTESTED - will test in a min | brain |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-03-21 | ENCAP stuff | brain |
2008-02-22 | w00t broke it :p | brain |
2008-02-03 | Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-02 | Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ... | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Add SVSPART at request of the Anope team - You can tell if the server has SVS... | brain |
2007-08-28 | Remove more unused headers | w00t |
2007-08-28 | Move nickname collision logic into TreeSocket::DoCollision so that nickname c... | w00t |
2007-08-27 | Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st... | brain |
2007-08-27 | This will royally fuck 1.2's linking right now, but.. | w00t |
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-06-24 | Fix for atheme support (and others) which makes sure CAPAB is always sent bef... | brain |
2007-06-15 | remove from header also. | peavey |
2007-06-13 | This is not, not routing of SQUIT, nothing to see here, move along :> | peavey |
2007-05-07 | Slightly tidier capab checks | brain |