Age | Commit message (Expand) | Author |
2011-06-23 | Always use local SID as the source for PONG replies | Daniel De Graaf |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2011-02-28 | Fix timeout defaulting to zero for link blocks | Daniel De Graaf |
2011-01-19 | Fix bug #117, found by satmd, thanks | Jackmcbarn |
2010-12-02 | Restore prefix | Jackmcbarn |
2010-12-02 | Fix possible crash | Jackmcbarn |
2010-08-03 | Use the remote channel's capitalization on a losing TS merge | Daniel De Graaf |
2010-05-08 | Correct source of initial BURST line from servers sending it without one (lik... | Daniel De Graaf |
2010-05-08 | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf |
2010-04-29 | Don't use an empty direction when receiving a sourceless server command | Daniel De Graaf |
2010-04-16 | Fix crash when a remote server has the same name as we do | Daniel De Graaf |
2010-04-11 | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-02 | Fix some more incorrect socket use | danieldg |
2010-03-02 | What, I have to make this compile now? | danieldg |
2010-03-02 | Log duplicate UUID events a bit better | danieldg |
2010-03-02 | Log invalid S2S commands a bit better | danieldg |
2010-03-01 | Let ENCAP target match on server names, not just SIDs | danieldg |
2010-02-28 | Fix snomask sending having the final-parameter colon stripped (noticed in glo... | danieldg |
2010-02-25 | Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers | danieldg |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-21 | Add HMAC implementation to HashProvider | danieldg |
2010-02-18 | Allow SASL messages to be targeted at the services server | danieldg |
2010-02-18 | Fix double-erase of iterator if a server dies and times out at the same time | danieldg |
2010-02-17 | Fix routing of prefix-channel messages now that 2.0 sends to status and above... | danieldg |
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-13 | Fix double-invocation of Squit that can cause a crash on delink | danieldg |
2010-02-11 | Restart server_hash iteration after quitting dead and pinged out servers | danieldg |
2010-02-11 | Make UID modify its parameter on a nick collision so that services has an eas... | danieldg |
2010-02-11 | Fix routing of KILL command when sourced from a server | danieldg |
2010-02-09 | Fix typo | danieldg |
2010-02-09 | Sort CAPAB CHANMODES and USERMODES | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-09 | Fix error message on OPTCOMMON mismatch | danieldg |
2010-02-08 | SSL certificate requests prior to full registration must use SocketCertificat... | danieldg |
2010-02-07 | More cleanup of quit servers | danieldg |
2010-02-06 | Fix left/right inversion in ListDifference | danieldg |
2010-02-06 | Send module load/unload notifications so that services can learn of new featu... | danieldg |
2010-02-04 | Fix FIDENT response forging to run prior to the ENCAP strip | danieldg |
2010-02-04 | Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ... | danieldg |
2010-02-04 | Add DYING link state, push error messages on link, and only limit recvq on un... | danieldg |
2010-02-03 | Split servers if they try to send infinite garbage without a newline | danieldg |
2010-02-03 | Delink servers using an SSL module that is being reloaded | danieldg |
2010-02-03 | Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 servers | danieldg |
2010-02-01 | Improve SSL fingerprint on link message | 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-30 | Stop parsing inbound server lines on an error | danieldg |
2010-01-30 | Remove a few needless string crops, compile fix | danieldg |