2013-11-09 |
Adam | Use case insensitive comparison for server names for... |
blob | commitdiff | raw |
2013-06-05 |
attilamolnar | Remove unnecessary string copies and dead code |
blob | commitdiff | raw | diff to current |
2012-11-12 |
attilamolnar | Remove usage of the deprecated ConfigReader |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Adam | Merge pull request #320 from ChrisTX/insp20+cleanupwin |
blob | commitdiff | raw | diff to current |
2012-10-12 |
ChrisTX | Windows: In-depth cleanup (see details) |
blob | commitdiff | raw | diff to current |
2012-10-02 |
attilamolnar | m_spanningtree Utils: Remove unused functions |
blob | commitdiff | raw | diff to current |
2012-09-23 |
attilamolnar | Fix undefined behavior caused by referencing the return... |
blob | commitdiff | raw | diff to current |
2012-06-15 |
Robin Burchell | Merge pull request #193 from attilamolnar/insp20+newlinefix |
blob | commitdiff | raw | diff to current |
2012-06-11 |
attilamolnar | m_spanningtree Disallow server passwords which contain... |
blob | commitdiff | raw | diff to current |
2012-06-11 |
attilamolnar | m_spanningtree Notify opers upon ecountering a configur... |
blob | commitdiff | raw | diff to current |
2012-05-14 |
Robin Burchell | Merge pull request #109 from Justasic/insp20 |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Robin Burchell | Merge pull request #96 from Justasic/insp20 |
blob | commitdiff | raw | diff to current |
2012-04-23 |
Robin Burchell | Merge pull request #92 from Robby-/insp20-headers |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Robby- | Replace copyright headers with headers granting specifi... |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Daniel De Graaf | Fix timeout defaulting to zero for link blocks |
blob | commitdiff | raw | diff to current |
2010-02-18 |
danieldg | Allow SASL messages to be targeted at the services... |
blob | commitdiff | raw | diff to current |
2010-02-17 |
danieldg | Fix routing of prefix-channel messages now that 2.0... |
blob | commitdiff | raw | diff to current |
2010-02-13 |
danieldg | Clean up treesocket naming confusion by adding a link... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
danieldg | Strip colons from server SSL fingerprint, to allow... |
blob | commitdiff | raw | diff to current |
2010-02-01 |
danieldg | Allow <link password=""> to specify identical send... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
brain | ...because every now and again, i have to do a massive... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
danieldg | Create irc::sockets::cidr_mask |
blob | commitdiff | raw | diff to current |
2009-10-23 |
danieldg | Make User::uuid and User::server const |
blob | commitdiff | raw | diff to current |
2009-10-23 |
danieldg | Fix memory leaks on reloadmodule and spanningtree unloa... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
danieldg | Make irc::sockets::* parameters consistent, add irc... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Kill ListenSocketBase, use OnAcceptConnection for all... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
danieldg | Use ConfigTagList as a faster access method for access... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
danieldg | More classbase cleanup, hold ConfigTag reference in... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
danieldg | Remove VF_SERVICEPROVIDER, prevent heap allocation... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
danieldg | Make classbase and refcountbase uncopyable; expand... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
danieldg | Add server ports to ServerInstance->ports, enable SSL... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
danieldg | Update Event and Request APIs |
blob | commitdiff | raw | diff to current |
2009-10-02 |
danieldg | Fix valgrind issues and crashes on exit |
blob | commitdiff | raw | diff to current |
2009-10-01 |
danieldg | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing |
blob | commitdiff | raw | diff to current |
2009-10-01 |
danieldg | Fix some valgrind warnings |
blob | commitdiff | raw | diff to current |
2009-09-30 |
danieldg | Allow multiple autoconnects in a single <autoconnect... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
danieldg | Add explicit reference-counting base class |
blob | commitdiff | raw | diff to current |
2009-09-30 |
danieldg | Move destruction logic for User and Spanningtree into... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Remove InspIRCd* parameters and fields |
blob | commitdiff | raw | diff to current |
2009-09-21 |
danieldg | Create StreamSocket for IO hooking implementation |
blob | commitdiff | raw | diff to current |
2009-09-17 |
danieldg | Add <autoconnect> blocks [jackmcbarn] |
blob | commitdiff | raw | diff to current |
2009-09-13 |
danieldg | Membership* changes |
blob | commitdiff | raw | diff to current |
2009-09-03 |
danieldg | Change cmd_*.so to use the Module object API |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Make VF_OPTCOMMON module mismatches a fatal link error... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Replace std::deque with std::vector in spanningtree... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove unneeded #ifdef IPV6 lines |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove unneeded paramaters from OnAcceptReady |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Remove more text<->binary IP conversions, making code... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Fix build of m_spanningtree and display of dependency... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
w00t | Fix a regression from fcb51634669e6ed588e42f2072c6f910e... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
danieldg | Allow SSL fingerprint-based server authentication |
blob | commitdiff | raw | diff to current |
2009-05-14 |
danieldg | Fix UID collision on reload of m_spanningtree.so |
blob | commitdiff | raw | diff to current |
2009-05-14 |
special | Fix some incorrect STL iterations (using < end() instea... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
danieldg | Make the previous patches actually work |
blob | commitdiff | raw | diff to current |
2009-05-13 |
danieldg | Use a FakeUser source for server-sourced commands in... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
brain | If a module is loaded after m_spanningtree that it... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-12-12 |
w00t | Fix problem with autoconnects: don't reset NextConnectT... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
w00t | Second attempt at time() -> SI->Time(), now problems... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
w00t | Add snomask +s +L - remote link notices. |
blob | commitdiff | raw | diff to current |
2008-10-23 |
w00t | Revert earlier time() -> SI->Time() diff for now, this... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
w00t | Patch from Namegduf converting all instances (where... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
w00t | Fix crash caused by me being retarded. |
blob | commitdiff | raw | diff to current |
2008-10-08 |
w00t | Fix: call OnRawSocketAccept for server connections... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
w00t | Remove old listening stuff from spanningtree, use a... |
blob | commitdiff | raw | diff to current |
2008-08-29 |
w00t | Remove some old stuff |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Match conversion stuff. |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Revert automated conversion by Special, as it (unfortun... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
special | Fix a lot of calls to match() and uses of wildcard... |
blob | commitdiff | raw | diff to current |
2008-08-05 |
w00t | Return the right thing. |
blob | commitdiff | raw | diff to current |
2008-08-05 |
w00t | Better Way(TM) of doing easy routing of commands with... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
brain | Fix total mess of makefile dependency macros (all depen... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
brain | Fix bug from std::string porting, thanks ThunderHacker |
blob | commitdiff | raw | diff to current |
2008-05-21 |
w00t | Clean this up a bit, and log about ignoring link blocks... |
blob | commitdiff | raw | diff to current |
2008-05-18 |
aquanight | Fix some unneeded .c_str() usage in m_spanningtree |
blob | commitdiff | raw | diff to current |
2008-04-14 |
brain | Move options vlaues netbuffersize, maxwho, maxconn... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
brain | TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
w00t | Changes needed to get open-linking working. |
blob | commitdiff | raw | diff to current |
2008-04-04 |
brain | Allow for custom prefixes as status chars in /notice... |
blob | commitdiff | raw | diff to current |
2008-04-04 |
brain | Server origin privmsg, UNTESTED - will test in a min |
blob | commitdiff | raw | diff to current |
2008-02-24 |
brain | Rollback complete! Everyone please go through the code... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
aquanight | Convert remaining InspIRCd::Log() calls to new logging... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
w00t | Nuke TIMESYNC from orbit \o/ |
blob | commitdiff | raw | diff to current |
2008-02-13 |
w00t | This doesn't need to be inside the loop. There is only... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Propegate BURST and ENDBURST network-wide for timing... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
w00t | Validate <server:id> on startup if provided, thx Brain |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2008-01-08 |
w00t | Fix careless compile error caused by forward port of... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
w00t | Forward port r8664: bind server sockets on /rehash |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Honking huge commit. Removal of DELETE() template that... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
brain | Make misconfiguration of spanningtree more 'fatal'... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
w00t | - Tear out a useless load of XLine clutters that did... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | InspSocket -> BufferedSocket. Paves the way for a Simpl... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | In the grand tradition of huge fucking commits: |
blob | commitdiff | raw | diff to current |
2007-10-09 |
brain | sanity check for existing server in DoFailOver seems... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
brain | Fix for bug #415, affects only trunk (wish i'd known... |
blob | commitdiff | raw | diff to current |
2007-08-29 |
brain | Make IsSID completely strict: Must be [digit][A-Zdigit... |
blob | commitdiff | raw | diff to current |
2007-08-28 |
om | Move everything module-related out of InspIRCd and... |
blob | commitdiff | raw | diff to current |
2007-08-28 |
brain | Last raft of compile fixes |
blob | commitdiff | raw | diff to current |
next |