summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Collapse)Author
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
2011-08-02Fixed reintroducing our clients if we disconnect and reconnect to the uplinkAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-27Bug #1291 - fixed parsing JOIN on ratboxAdam
2011-07-26A few small fixesAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-06-27Fixed the mode manager from complaining about prefixless modes on insp20Adam
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
2011-05-16Check for a valid server in /operserv noopAdam
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-05-16Removed ngircd as we've decided not to support it at this timeAdam
2011-03-14Fixed compileAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from ↵DukePyrolator
unnecessarily rebuilding on every make
2011-03-12added ns_certDukePyrolator
2011-03-11Fixed validating users on all server syncsAdam
2011-03-10Bug #1251 - Fixed logging inspircd logging us logging inspircd. Also moved ↵Adam
the Server::Find messages to debug level 2