Age | Commit message (Expand) | Author |
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 |
2010-01-24 | Use UID/SID as the source for ENCAP commands, not server name | danieldg |
2010-01-24 | Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar comm... | danieldg |
2010-01-24 | If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ... | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-19 | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | danieldg |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-19 | Don't refuse to route internal spanningtree commands due to lack of VF_COMMON | danieldg |
2010-01-18 | Specify routing for those commands | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-17 | Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation... | danieldg |
2010-01-16 | Fix use of commasepstream on now space-separated items | danieldg |
2010-01-16 | Make CHANMODES/USERMODES split by spaces | danieldg |
2010-01-15 | Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-15 | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... | danieldg |
2010-01-14 | Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege... | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-10 | Remove spanningtree override of /LUSERS | danieldg |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2010-01-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-12-31 | Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ... | w00t |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-12 | Fix typo | danieldg |
2009-11-12 | Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo... | danieldg |
2009-11-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-11-03 | Clean up duplicated link snomask messages on errors | danieldg |
2009-11-03 | Remove m_halfop from list in compat linking mode | danieldg |