summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Collapse)Author
2012-07-01Actually the core can't handle empty realnames, just ignore themAdam
2012-07-01Remove some unused code in inspircd20 protocol module & allow ↵Adam
/chghost/ident/naming services clients
2012-07-01Don't crash on empty setnames on inspircd1.2Adam
2012-07-01Remove ExtensibleString everywhereAdam
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server ↵Adam
side mlock usage configurable
2012-05-14Fixed parsing FMODE on inspircd 1.1Adam
2012-05-04Use Unreal's MLOCK command if supportedAdam
2012-04-25Fixed non-debug buildAdam
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Reworked live SQL support yet againAdam
2012-04-08Added Chanstats. It uses a new, improved database format and is not ↵DukePyrolator
compatible with current phpdenora or magirc installations.
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-26Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with ↵Adam
the names of other modes.
2012-02-24Fixed akill setter and ids showing in akill reasonsAdam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-19Made our message sources actual clients/servers, and put in a few more ↵Adam
default messages for very standard things (KICK etc)
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-24Add tracking for Unreal's usermode +IAdam
2012-01-10Add support for Unreals extban ~a:Adam
2012-01-08Fixed topic lock on inspircdAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-28Fixed this back now unreal sends 0 for non logged in usersAdam
2011-12-28Added ESVID support to unreal32Adam
Also fixes a crash due to unreal's ESVID change when users connect.
2011-12-27Made capab management a bit simplierAdam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-15Prevent locking mode Z on unrealircdAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command ↵Adam
is used, and fixed adding timed Zlines to inspircd
2011-11-05Set proper expirys on ZLines if the IRCd supports itAdam
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-19Bug #1342 - fixed tracking chmodes in bahamuts sjoinAdam
2011-10-18Fixed compile errors on release buildAdam
2011-10-18Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots ↵Adam
being introduced by 3rd party modules
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting ↵Adam
modes by clients on burst
2011-09-10Added chanserv/logAdam
2011-09-10Track what "level" channel status modes are, which allows us to have ↵Adam
chanserv/mode determine if a status mode can be set by users better
2011-09-08Bug #1330 & many other small fixesAdam
2011-08-29Changed a few fatal exceptions to shutdown a bit more gracefullyAdam
2011-08-25Only match users against the more "serious" extbans (ones which prevent ↵Adam
users from joining)
2011-08-20Fixed zlines to only add the xline host, fixed db_mysql's write function, ↵Adam
and prevent adding multiple of the same nick to access lists
2011-08-18Bug #1317 - fixed sha1 fingerprint hashes in the inspircd protocol modulesDukePyrolator
2011-08-18Fixed attaching to events in db_mysql & possibly having ↵Adam
ChannelInfo::WhoSends return NULL if there really are *no* bots
2011-08-17Actually made the nickserv block optionalAdam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-12Removed the unused ChannelModeBan codeAdam
2011-08-09Fixed parsing TMODE on ratboxAdam
2011-08-07Fixed generating sid on startupAdam
2011-08-03Generate random SIDs for us if one is not specifiedAdam