summaryrefslogtreecommitdiff
path: root/modules/protocol
AgeCommit message (Collapse)Author
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
2011-03-09ngIRCd protocol: announce Anope with its versionAlexander Barton
2011-03-09Fixed sending CHANINFO on ngIRCd with two parameters if the channel has no ↵Adam
modes locked.
2011-03-07Added support for extbansAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats ↵Adam
pointless and made m_asynch_commands respect user language settings.
2011-02-25Fixed a lot of small problemsAdam
2011-02-22Store modes in the databases told to us during runtime that we don't have ↵Adam
information any about. Allows mlocking things like InspIRCds +w etc. Also fixes part of #1235
2011-02-19Inspircd does not send CAPAB NOQUIT, assume itAdam
2011-02-19Fixed aborting because of invalid values given to mode +f on inspircdAdam
2011-02-09Removed a lot of the old capab flags we dont/have never usedAdam
2011-02-09Enable quitstorm for ngircdAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-28Fixed setting usermode +k on our clients on InspIRCd 2.0Adam
2011-01-21fixed some minor presentation, grammar mis-use and copyright date in DP's ngircdlethality
2011-01-18fixed a bug in the ngircd protocol moduleDukePyrolator
2011-01-15Added an amsg kickerAdam
2011-01-08fixed a small bug in the ratbox protocol moduleDukePyrolator
2011-01-08added support for ngIRCd protocolDukePyrolator