summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-02Fix m_ident deleting sockets that are still in usedanieldg
2010-03-02Fix some more incorrect socket usedanieldg
2010-03-02DelFd should not fail, it will leave a bad dangling pointer in that casedanieldg
2010-03-02Don't try quite so hard to writev() the entire buffer in one godanieldg
2010-03-02Don't send events for removed FDs when both read and write are readydanieldg
2010-03-02What, I have to make this compile now?danieldg
2010-03-02Log duplicate UUID events a bit betterdanieldg
2010-03-02Log invalid S2S commands a bit betterdanieldg
2010-03-01Let ENCAP target match on server names, not just SIDsdanieldg
2010-03-01Make <insane blah="no"> disallow insanity, to match the documentationdanieldg
2010-03-01Cap masks and bans at 250 charactersdanieldg
2010-02-28Fix snomask sending having the final-parameter colon stripped (noticed in glo...danieldg
2010-02-28Fix misspellingdanieldg
2010-02-28Fix m_customprefix trying to add the first tag twicedanieldg
2010-02-26Documentation for <auditorium> tagdanieldg
2010-02-26Allow auditorium mode to be customized via exemptchanopsdanieldg
2010-02-25Make remote/local snomasks consistent and allow use without namingdanieldg
2010-02-25Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 serversdanieldg
2010-02-25Fix /LUSERS miscountingdanieldg
2010-02-25GCC doesn't like characters being used in array subscriptsdanieldg
2010-02-24Fix empty prefixes in m_chanprotectdanieldg
2010-02-24Add documentation of OJOIN [Namegduf]danieldg
2010-02-24Update mode list, remove taxonomy command [namegduf]danieldg
2010-02-24Document changes to /CHECK, invite timers (missed in 1.2), and fixdanieldg
2010-02-24Update extban documentation to the new way extbans work. [namegduf]danieldg
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-23Add a short message at the top of permchannel DB, and ensure config format is...danieldg
2010-02-23Fix uninit variable warningdanieldg
2010-02-21Correct the base64 implementationsdanieldg
2010-02-21Fix base64 decoding functiondanieldg
2010-02-21Add HMAC implementation to HashProviderdanieldg
2010-02-21Add Base64 encode/decode functions to the coredanieldg
2010-02-21Fix exception on m_cloaking GetVersion if run without a hash providerdanieldg
2010-02-20Allow invex to bypass keydanieldg
2010-02-20Fix compilation warningdanieldg
2010-02-20Replace m_halfvoice with m_customprefixdanieldg
2010-02-20Restore <options:exemptchanops> with long namesdanieldg
2010-02-20Extend +X to take named modes in addition to mode lettersdanieldg
2010-02-19Change channel mode +a to "admin" which is easier to remember than "protected"danieldg
2010-02-19Allow autoop to use long namesdanieldg
2010-02-19Disable -O2 when compiling with full debug, allow make D=2 to enable debug+op...danieldg
2010-02-19Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...danieldg
2010-02-18Compile fix for m_ldapauthdanieldg
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2010-02-18Reset the already_sent IDs during slow garbage collectiondanieldg
2010-02-18Support multiple certificates in GnuTLS certificate chaindanieldg
2010-02-18Fix double-erase of iterator if a server dies and times out at the same timedanieldg
2010-02-18Documentation updates by DukePyrolatordanieldg
2010-02-17Add <chanhistory:maxlines> to specify the maximum allowed size of channel his...danieldg
2010-02-17Check for <user>:<password> for ldap auth in /PASS password if ident/nickname...w00t