Age | Commit message (Expand) | Author |
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-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-01-02 | Update copyrights for 2009. | w00t |
2008-10-31 | Add snomask +s +L - remote link notices. | w00t |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-21 | Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ... | brain |
2008-09-19 | inbound sockets need a timeout, too. 30 secs should be pleanty | brain |
2008-09-19 | Implement timeout on outgoing server connections as per our docs <link:timeout> | peavey |
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-07-19 | Fix total mess of makefile dependency macros (all depending on stuff they don... | brain |
2008-07-17 | Send strerror() on all socket error messages, this should help diagnose probl... | w00t |
2008-05-20 | Forward port r9782: show IP (not unknown) for unauthed connections | w00t |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Last of the -Wshadow fixes. | w00t |
2008-02-04 | Split more of treesocket1 | w00t |
2008-02-03 | Split treesocket1 into a number of smaller files | w00t |
2008-02-03 | Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X... | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-07 | Fix up some usercounts stuff.. to be tested. | w00t |
2008-01-06 | Basic core changes for permanent channels. | w00t |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-11-04 | Honking huge commit. Removal of DELETE() template that never worked right anyway | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-02 | Hopefully fix the bursting of xlines to work again (even with unknown types) ... | brain |
2007-10-29 | Big fat fixme here | brain |
2007-10-28 | - Tear out a useless load of XLine clutters that did nothing much except conf... | w00t |
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-10-03 | Cut out redundant loop from nickname introductions, also ensure that each UID... | brain |
2007-09-30 | Users were also being attached to the wrong server names (by uid and not by s... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-23 | More compile fixes | brain |
2007-08-29 | Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it... | brain |
2007-08-29 | This needs to be sent in burst too | brain |
2007-08-29 | IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon... | brain |
2007-08-29 | Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ... | brain |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |
2007-08-28 | Add SVSPART at request of the Anope team - You can tell if the server has SVS... | brain |
2007-08-28 | Damn strict typing to hell | w00t |
2007-08-28 | Oops. We were missing a param on this SVSNICK for remote TS.. that probably w... | w00t |
2007-08-28 | Fixes 2 | brain |