Age | Commit message (Expand) | Author |
2012-06-11 | m_spanningtree Disallow server passwords which contain a space char and those... | attilamolnar |
2012-06-11 | m_spanningtree Notify opers upon ecountering a configuration error when rehas... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-02-28 | Fix timeout defaulting to zero for link blocks | Daniel De Graaf |
2010-02-18 | Allow SASL messages to be targeted at the services server | danieldg |
2010-02-17 | Fix routing of prefix-channel messages now that 2.0 sends to status and above... | danieldg |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-01 | Strip colons from server SSL fingerprint, to allow the output of certificate ... | danieldg |
2010-02-01 | Allow <link password=""> to specify identical send/recv passwords | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Fix memory leaks on reloadmodule and spanningtree unload while connecting ser... | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
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 |