summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-13fixed a bug in chanstatsDukePyrolator
2012-04-08fixed a compile error in m_sqliteDukePyrolator
2012-04-08Added Chanstats. It uses a new, improved database format and is not ↵DukePyrolator
compatible with current phpdenora or magirc installations.
2012-04-08Modified the SQL API to allow unescaped parameters (useful for passing row ↵DukePyrolator
names and NULL values)
2012-04-06Fixed unpacking questions from dns packetsAdam
2012-04-06Revert changes made to line endings.Viper
2012-04-06Revert last commit cause guess what, I screwed things upHal9000
2012-04-06Fixed mail function causing some MTAs to sent blank messagesHal9000
2012-04-01updated the german language fileDukePyrolator
2012-04-01fixed some typosDukePyrolator
2012-03-27Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-03-27Fixed unpacking multiple names from dns packets when one has multiple ↵Adam
compression pointers. Currently this will just fail at unpacking the later name due to offsets being invalid. Also cleaned up the existing code and made unpacking error messages more helpful.
2012-03-22added a missing error message when a module file does not exist. this fixes ↵DukePyrolator
bug #1401. also moved some debug messages to debug level 2
2012-03-21fixed bug #1399DukePyrolator
2012-03-21fixed ns_ajoinDukePyrolator
2012-03-13Fixed typosAdam
2012-03-13Actually check if the nicks arent registered, oopsAdam
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ↵Adam
random number
2012-03-13Add a nickserv:unregistered_notice config option to send a message to ↵Adam
unregistered users on connect. Suggested by Cronus.
2012-03-13Bug #1382 - Save maxusercount and maxusertimeAdam
2012-03-11Made gch files depend on the header they were generated fromAdam
2012-03-11Fixed having multiple uplink blocks work right if the first uplink fails on ↵Adam
startup
2012-03-11Bug #1384 - Fixed spacing of connection log message if users have no vhost - ↵Adam
patch from cbiedl
2012-03-05Fixed backup databases having their names collide due to not separating ↵Adam
month and day, #1383
2012-03-05Fixed bs_kick syntax errorAdam
2012-03-04fixed the --dir commandline parameterDukePyrolator
2012-03-02Escape all column names when building sql queriesAdam
2012-02-27Fixed db_old loading noexpireAdam
2012-02-26Changed the OnChanDrop event to be called right before channels are dropped, ↵Adam
not after
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-26Fixed vhost check on identifyAdam
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-25Fixed missing #include in init.cppAdam
2012-02-25Do not send kills after sending XLines because it causes us to internally ↵Adam
remove the user and then recieve a quit from the user (who is now nonexistant) once the IRCd processes the XLine
2012-02-24Fixed akill setter and ids showing in akill reasonsAdam
2012-02-24Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the ↵Adam
order of saving memos (among other things)
2012-02-24Tell users to use NickServ for registering nicks, not chanserv...lethality
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-02-22Added a configuration option to make all nick registrations require admin ↵Adam
verification
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
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-22Fixed db_old loading memo ownersAdam
2012-02-22Also fixed m_proxyscan to handle users with invalid ipsAdam
2012-02-21Fixed m_dnsbl handling users with spoofs/other non ipsAdam
2012-02-22Fixed some trivial formattinglethality
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-18Fixed some eventsAdam
2012-02-18Add users hostmask to access lists not nick when access add is used on a non ↵Adam
registered user
2012-02-18Made mode lock del check status of the mode lock before removing itAdam