Age | Commit message (Expand) | Author |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-10-01 | Fix some valgrind warnings | 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-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Make VF_OPTCOMMON module mismatches a fatal link error by default | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-08-19 | Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid coll... | w00t |
2009-06-07 | Allow SSL fingerprint-based server authentication | danieldg |
2009-05-14 | Fix UID collision on reload of m_spanningtree.so | danieldg |
2009-05-14 | Fix some incorrect STL iterations (using < end() instead of != end()) | special |
2009-05-13 | Make the previous patches actually work | danieldg |
2009-05-13 | Use a FakeUser source for server-sourced commands in spanningtree | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
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-12 | Fix problem with autoconnects: don't reset NextConnectTime to a higher value ... | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-31 | Add snomask +s +L - remote link notices. | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-08 | Fix crash caused by me being retarded. | w00t |
2008-10-08 | Fix: call OnRawSocketAccept for server connections. This isn't yet done in an... | w00t |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-08-29 | Remove some old stuff | 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-08-05 | Return the right thing. | w00t |
2008-08-05 | Better Way(TM) of doing easy routing of commands with a user based source. Th... | w00t |
2008-07-19 | Fix total mess of makefile dependency macros (all depending on stuff they don... | brain |
2008-06-06 | Fix bug from std::string porting, thanks ThunderHacker | brain |
2008-05-21 | Clean this up a bit, and log about ignoring link blocks due to missing attrib... | w00t |
2008-05-18 | Fix some unneeded .c_str() usage in m_spanningtree | aquanight |
2008-04-14 | Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n... | brain |
2008-04-14 | TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ... | brain |
2008-04-08 | Changes needed to get open-linking working. | w00t |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |