summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-12Anope 1.9.9 Release1.9.9Adam
2013-10-09Call OnBotPrivmsg after checking if the message is a ctcp, not before. fix ty...Adam
2013-10-05Always show expire time for nicks in /ns info to opers, even if the user is o...Adam
2013-10-05Fix logging for log type 'other'.Robby-
2013-10-05Fix xline uid generation when the one chosen already existsAdam
2013-09-27Replace this silly random code generation code with something more sane lookingAdam
2013-09-27Translate strftime correctlyAdam
2013-09-27Translate SendSyntax() and spacify it properlyAdam
2013-09-27Align info formatters with translated keys?Adam
2013-09-27Translate listformatter properlyAdam
2013-09-27Fix various commands to properly report a given expiry time is invalidAdam
2013-09-27Fix cs_mode lock reply if nothing is doneAdam
2013-09-19Make os_session akill ip ranges and not individual user's ipsAdam
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-09-08Fix allowing duplicate entries on the snline listAdam
2013-09-08Fix logging /os set list. Enforce snlines on ircds that can't have snlines se...Adam
2013-09-03Dont allow multiple list modes with the same param on the mode list at onceAdam
2013-09-03Cap mode stacker max line lengthAdam
2013-09-03Cleanup previous commitAdam
2013-08-31add vhost support for hybridDukePyrolator
2013-08-29Dont crash on HasPriv() on an empty access groupAdam
2013-08-25Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ...Adam
2013-08-25Fix not resetting channel status modes on our clients when a channel ts lowersAdam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-22Fix previous commitAdam
2013-08-22Always set +o on users who have access for it, even if higher modes have a pr...Adam
2013-08-17Fix 318 raw being sent for uids on ts6 ircdsAdam
2013-08-12Use less strict valid ident checks on hybrid, unreal, and inspircdAdam
2013-08-11Remove channels from accesss lists when they expire/dropAdam
2013-08-10Add "simple seen" mode to cs_seenAdam
2013-08-08Fix logging LOG_NORMAL logs in m_sqllog. Fix/add more compat extensible items...Adam
2013-08-07Add m_sql_logAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-26Interally quit servers when jupedAdam
2013-07-21More validation stuff from fgsAdam
2013-07-21More basic config validation, and fix crash when no uplinks are configured. s...Adam
2013-07-21Move SendLogin() back to User::Identify, it was moved at some point? but does...Adam
2013-07-20Fix not setting the correct compile flags on modules and fix the resulting wa...Adam
2013-07-15Default xlines to be set by meAdam
2013-07-15Fix ModeManager::GetStatusCharAdam
2013-07-08Fix loading some older compat flags and showing noexpire on /ns infoAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with i...Adam
2013-07-08added protocol support for incoming NOTICEsDukePyrolator
2013-07-05Fix sometimes not unloading all modules on shutdownAdam
2013-07-04Read most of the old common flags for compatAdam
2013-07-04Fix Extensible dtorAdam
2013-07-04Fix rehashing via SIGHUP and m_mysqlAdam
2013-07-03Allow channels on access listsAdam