summaryrefslogtreecommitdiff
path: root/src/messages.cpp
AgeCommit message (Expand)Author
2014-08-03Fix stats u on WindowsAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-04-25Don't allow users to join channels they are already inAdam
2014-02-27Handle nick collisions somewhat instead of blindly overwriting the nicksAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-31I don't think this OnBotKick to hold channels is necessary anymore as Sync sh...Adam
2013-12-19Fix a few commands not being able to find non conf opersAdam
2013-11-20OnJoinChannel can modify the ts for a channel, so update keep_their_modes in ...Adam
2013-11-16Use the source's sync state and not mine when processing sjoins to determine ...Adam
2013-10-09Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix ty...Adam
2013-08-17Fix 318 raw being sent for uids on ts6 ircdsAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Interally quit servers when jupedAdam
2013-07-08added protocol support for incoming NOTICEsDukePyrolator
2013-06-19Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp...Adam
2013-06-01Move OnJoinChannel event to trigger after the user has completely joined and ...Adam
2013-06-01Move CheckKick event to Channel and make os_forbid use it instead of kicking ...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-20Fix /join 0Adam
2013-05-12improved handling of mlocks and topiclocks on inspircdDukePyrolator
2013-05-05The const char* specialization of this no longer worksAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-14Allow assigning service bots via /inviteAdam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-03-31Fix typo in Mode message handlerAdam
2013-02-07Use channel mode +r to determine if a channel has either been newly created orAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2012-12-28Use the same object for chanusercontainer and userchancontainerAdam
2012-11-30Allow modules to use the encryption modules to encrypt arbitrary things.Adam
2012-11-23Change the return type of ircdmessage to void now that we don't use it, add a...Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-06Sometimes capab is sent as one parameterAdam
2012-10-30Fixed build errors and warnings with -std=c++11Adam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
2012-10-06Show the correct reciever nick when use strict privmsg is enabledAdam
2012-10-02Somehow the kick handler got lost in the confusion. Send the topic time with ...Adam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-04-23Reworked live SQL support yet againAdam
2012-02-19Made our message sources actual clients/servers, and put in a few more defaul...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-01-05update copyrights for 2011lethality