summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-07-23Fixed a potential crash in the badwords kicker, and fixed matching BW_SINGLE ↵Adam
with BSCaseSensitive enabled
2011-05-30Bug #1273 - Fixed removing vhosts on InspIRCd when m_cloaking is unloadedAdam
2011-05-08Prepare NSIS scripts for future 1.8.6 releaseCharles Kingsley
2011-05-07Removed atheme2anope database converter as its out of dateAdam
2011-05-02Bug #1236 - Fixed crash in enc_md5 on MacAdam
2011-04-28Bug #1263 - Fixed /ns REGISTER not getting an "unknown cmd" reply when ↵Viper
ns_register is not loaded & ns_maxemail is loaded. This Bug cannot be structurally fixed, needs to be addressed by 3rd party module authors for similar situations. This implementation can serve as a template.
2011-04-28Added events for module loading/unloading and command creation/deletion.Viper
Enables modules expanding on other modules to adjust hooks if needed. - Related to bug #1263.
2011-04-10Usage update for ./listchans thanks katsklawCharles Kingsley
2011-03-24Fixed bug #1252 - The group display nick showing in HS req memos instead of ↵Viper
the requesting alias. Also cleaned up the mess in Changes...
2011-03-24Fixed make strictAdam
2011-03-21Forgot videntsAdam
2011-03-21Added support m_services.c and m_change.c from Hybrid's contrib folderAdam
2011-03-04Change to users masked host instead of the real one after turning vhost off ↵lethality
in inspircd.
2011-03-03Fixed opping our clients on ratbox when TS6 is not used.Adam
2011-03-01Do not show SENDPASS in NickServ and ChanServ help to users who can't use itAdam
2011-02-23Rejoin our clients if kicked on TS6 IRCDs and made ratbox protocol module ↵Adam
use account tracking
2011-02-11Fixed Mac buildAdam
2011-01-28Fixed not introducing our clients with usermode +k on InspIRCd 2.0Adam
2011-01-21Bug #1233 - Fixed some misuse of apostrophes - patch by binkilethality
2011-01-18Bug #1227 - Fixed 'make install' recompiling src/toolsAdam
2011-01-09Do not allow services opers to send one person more than 32767 memosAdam
2011-01-08Enable NICKIP for InspIRCd 1.2+Adam
2011-01-07Some more copyright/typo fixes, spotted by chaz :Plethality
2011-01-06Updated Copyright to 2011lethality
2010-12-28Made the moduleGetData debug messages for level 2+Adam
2010-12-23Remove vhost requests from nicks that expireAdam
2010-12-23Bug #1079 - Prevent /cs ban, akick, unban, etc, from matching against users ↵Adam
real hostname and IPs in an attempt to prevent unauthorized users from gaining other users IPs via brute force attacks.
2010-12-15Bug #1213 - Fixed /cs enforce #channel to say SET was enforced not (null)Adam
2010-12-07Fixed some warnings found by cppcheckAdam
2010-10-31Fixed bug #1202 - Made Anope aware of plexus3's channel mode +zAdam
2010-10-06Fixed a potential crash from accessing invalid memory after unbanning people ↵Adam
when checking whether a host is akick stuck. Fixes /cs unban not reapplying stuck ban masks.
2010-09-29Properly handle being unable to open the SendMailPath when forkingAdam
2010-09-28Fixed bug #1193 - Fixed /nickserv saset display to change the nicktracking ↵Adam
of the users affected by it, not the user executing it
2010-09-28Fixed bug #1194 - Fixed /nickserv group to use nicktracking if enabledAdam
2010-09-28Rewrote the mail forking code to use pipes, sometimes mails wouldn't work ↵Adam
with the old method
2010-09-11Fixed db-merger handling some hostserv collisionsAdam
2010-09-11Fix Windows installer nsis build scripts to clean up properly and update ↵Charles Kingsley
version.log
2010-09-11Update Windows installer nsis build scripts for additional modules and make ↵Charles Kingsley
ready for windows build on release
2010-09-11Fix makefile.inc.win32 to build few modules not previously built on WindowsCharles Kingsley
2010-09-10Fixed InspIRCd 1.1,1.2 and 2.0 protocol modules to oper pseudo-clients only ↵Viper
when needed.
2010-09-10Fixed comments to be accepted by all compilers..Viper
2010-09-08Fixed Windows buildAdam
2010-09-07Merge branch '1.8' of git.sigterm.info:gitroot/anope/anope into 1.8Adam
2010-09-07Fixed make strict build and cleaned up some warningsAdam
2010-09-05Added InspIRCd 2.0 supportAdam
2010-08-31Fixed do_sjoin to properly find the server source on TS6 IRCdsAdam
2010-08-25Fixed InspIRCd1.2 protocol module passing invalid users in the SJOIN string ↵Adam
which made internal debug messages confusing/wrong
2010-08-16Kill users using our nicks when on InspIRCd 1.2Adam
Apparently InspIRCd does not value ULines
2010-08-14Added a config option that allows nix users to fork when sending mail, can ↵Adam
drastically speed up mail sending on some boxes
2010-08-12fixed line break in my last commit :(lethality