1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:56:38 +02:00
Commit Graph

3325 Commits

Author SHA1 Message Date
Adam 2b03500a61 Updated TODO 2011-08-09 17:38:32 -04:00
Adam 4d6b824551 Made /os stats work like the help describes 2011-08-09 17:37:12 -04:00
Adam 389dde04ab Bug #1291 - fixed parsing JOIN on ratbox
(cherry picked from commit e2b47e001f)
2011-08-09 17:29:38 -04:00
Adam 59fad58ab0 Fixed nickserv help output 2011-08-09 17:29:14 -04:00
Adam d5d2a31042 Fixed appending diff@* to some access list entries that are valid hosts 2011-08-09 17:27:39 -04:00
Adam 7f4eb85205 Bug #1285 - Fixed setting -P on channels with only a service bot in it
(cherry picked from commit b5ec57a3f9)
2011-08-09 17:25:40 -04:00
Adam e9ce53fe88 Use getrlimit instead of ulimit, fixes freebsd build of poll() 2011-08-09 17:25:22 -04:00
Adam 7c06078cf1 Do not send news when a server is syncing 2011-08-09 17:24:02 -04:00
Adam 205eb1ce22 Fixed chanserv/access/modify permission on non-xop channels
(cherry picked from commit ffd5c045e4)
2011-08-09 17:22:50 -04:00
Adam 11fdf16c84 Send account data once an account is confirmed
(cherry picked from commit cc3c2b6999)
2011-08-09 17:22:31 -04:00
Adam 0c47383f8b Fixed mail delay time
(cherry picked from commit 3e9888092a)
2011-08-09 17:21:58 -04:00
Adam fa9f6a34ce Fixed sending account data for unconfirmed accounts 2011-08-09 17:21:28 -04:00
Adam 6574bca404 Fixed destructing bots with commands and fixed quitting services enforcers 2011-08-09 17:14:23 -04:00
Adam ae72c25e1d Bugs #1271 and #1272 2011-08-09 17:12:56 -04:00
Adam 469a04e7e0 Anope 1.9.4 Release 1.9.4 2011-05-16 02:58:06 -04:00
Adam 605b5d5717 Removed ngircd as we've decided not to support it at this time 2011-05-16 02:57:28 -04:00
Adam f7aa46fb33 Note m_async_commands is experimental 2011-05-16 02:47:23 -04:00
Adam b4450294af Fixed Windows build 2011-05-15 21:02:06 -04:00
Adam 57327a5e33 Fixed akill log message when there is no expiry time 2011-05-15 19:54:35 -04:00
Adam 4a3c64291f Fixed sometimes not removing nick masks from the access list when the group is dropped 2011-05-01 18:41:54 -04:00
Adam 036b3c9053 Temporary fix for /os restart with m_async_commands loaded, is fixed properly in 1.9.5 2011-04-29 18:03:04 -04:00
Adam 7da33344d1 Added a unique key for the anope_cs_mlock table 2011-04-28 19:13:44 -04:00
Adam cbdb9f59f3 Fixed bug #1265 2011-04-27 11:15:02 -04:00
Adam 5d3d6bcead Fixed a crash if an expiring channel had the founder also on the access list 2011-04-27 09:26:51 -04:00
Adam 0cdc628db0 Fixed crash when certain nicks expire 2011-04-25 15:58:46 -04:00
Adam 4a733c93d4 Don't attempt to connect to the uplink if given invalid hostnames 2011-04-25 04:17:21 -04:00
DukePyrolator 03d2378a9f resolve hosts when connecting with ssl 2011-04-25 07:08:57 +02:00
Adam 5e027c196d Two small SQL fixes 2011-04-23 02:36:42 -04:00
Adam 3aeaef5b9a A few more small fixes 2011-04-20 15:39:44 -04:00
Adam 4d26070a92 This actually isn't necessary 2011-04-20 09:35:09 -04:00
Adam f601b04594 Fixed logging messages with an empty category to everything 2011-04-19 23:42:16 -04:00
Adam ca169489b2 Allow unidentified users to still get access by non nickcore access entries 2011-04-18 21:07:54 -04:00
Adam 713c2eb704 Fixed /ns help register reply 2011-04-18 17:09:30 -04:00
Adam 660e0c78ac Fixed /ns help access 2011-04-17 19:00:01 -04:00
Adam 0862de6577 Fixed the mlock depreciated message 2011-04-16 16:06:52 -04:00
Adam 2cd511d3a3 Fixed botserv kicker logic 2011-04-16 04:35:14 -04:00
Adam efe5fedde9 Fixed caps kicker 2011-04-15 19:51:34 -04:00
Adam c8c6845452 Fixed /ns list unconfirmed 2011-04-10 22:05:48 -04:00
Adam bd62c4891e Fixed disabling channel levels 2011-04-09 20:52:25 -04:00
Adam 9535541f5a Fixed setting +r on nick ownership, lost somewhere in revision fbae33 2011-04-06 10:13:03 -04:00
Adam 711a570d24 Run OnCheckAuthentication with the account name if there is one 2011-04-06 09:41:39 -04:00
Adam cb9ccc443d Fixed bug #1261 2011-04-05 19:11:23 -04:00
Adam c681bdd2e3 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 2011-04-03 18:23:17 -04:00
Adam 74844c0f28 Use dynamic_reference to check for users being killed from commands 2011-04-03 18:19:29 -04:00
Adam 905207093b Made LDAP support recover, release, resetpass, etc. 2011-04-03 18:07:58 -04:00
DukePyrolator 73a944fb74 fixed some duplicate messages and updated the german langfile (10% done) 2011-04-03 08:54:40 +02:00
Adam d1328d876a Fixed a typo making ns_register crash 2011-04-01 01:57:12 -04:00
Adam faa85564fc Removed some unneeded/unused code from m_ldap 2011-03-31 14:41:30 -04:00
Adam 8dec0c1f17 Fixed bug #1258, more Windows stuff, and more language strings 2011-03-30 23:59:57 -04:00
Adam 8098ed899a Fixed windows build more, including ldap 2011-03-30 00:55:45 -04:00