1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 16:53:13 +02:00

Commit Graph

  • 3815e7d61e Translate whole messages before splitting them up to send to users Adam 2011-09-03 14:39:12 -04:00
  • 30e6fc07d6 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-09-03 14:13:14 -04:00
  • fe1c5d41f9 Bug #1328 - Fixed fantasy to re-split message parameters correctly Adam 2011-09-03 14:10:48 -04:00
  • fa5ba63542 Fixed a typo in the OperServ Global command lethality 2011-09-03 13:44:20 +01:00
  • f1577975a9 Use _exit, not exit, to exit mail forks to prevent our atexit() functions from being called, and removing our pidfile Adam 2011-09-03 03:49:45 -04:00
  • 073db54354 Added permission check in cs_sync Adam 2011-09-03 01:29:57 -04:00
  • ef10b5a834 Fixed operserv global DukePyrolator 2011-09-03 06:58:49 +02:00
  • 1c5ff92c93 Changed a few fatal exceptions to shutdown a bit more gracefully Adam 2011-08-29 17:08:26 -04:00
  • b24ea29bf5 Fixed the /ms del message sent to users when they use /ms read Adam 2011-08-29 16:13:37 -04:00
  • 5cf3ddb7b1 Made config rehashing not wipe opers configured with opersev/oper Adam 2011-08-29 16:03:33 -04:00
  • 3f3657a9eb Fixed windows build Adam 2011-08-27 21:11:01 -04:00
  • 49b81a5e78 Update changes.conf, bump version to 1.9.4-p1-git Adam 2011-08-27 21:05:48 -04:00
  • 1e1a41f0e7 Added missing ` in docs/LANGUAGE Adam 2011-08-27 20:58:09 -04:00
  • 28e8190e6b Fixed some cmake warnings Adam 2011-08-27 20:47:30 -04:00
  • 670c928a9f Tweaked the access operators to allow superadmins to be > channel founders Adam 2011-08-27 17:13:28 -04:00
  • d07a69278d Fixed /cs clone to set botmodes on the botserv bot when cloning channels Adam 2011-08-27 16:52:07 -04:00
  • bb52530eb2 Fixed mlock with param modes if you change (but not unset) the mode Adam 2011-08-27 16:45:14 -04:00
  • 309dfa36e7 Fixed a few mysql problems, including bug #1326 Adam 2011-08-27 16:14:04 -04:00
  • 99e4eae4e9 Fixed /ns logout on other users Adam 2011-08-27 15:35:09 -04:00
  • 5c57f5aa0b Fixed /ns logout on other users Adam 2011-08-27 15:34:09 -04:00
  • a36e575500 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-08-25 19:01:40 -04:00
  • 8702031bcd Set the creator of default mlocks to the channel founder when a channel is registered Adam 2011-08-25 19:01:01 -04:00
  • 1571508aac Only match users against the more "serious" extbans (ones which prevent users from joining) Adam 2011-08-25 02:42:55 -04:00
  • 6dacec22a4 guested nicks are now logged out from the recovered account on /nickserv recover DukePyrolator 2011-08-24 21:11:23 +02:00
  • fdbbea2609 Fixed cs_set_misc Adam 2011-08-24 14:27:01 -04:00
  • dffed5a259 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-08-24 13:57:56 -04:00
  • 5d681a74ad Clear NS_HELD from nicks when recover expiry is up Adam 2011-08-24 13:56:48 -04:00
  • d80e00f5d7 Fixed automatic fingerprint identify on nickchange between registered nicks DukePyrolator 2011-08-24 13:57:40 +02:00
  • fa833766a0 Made os_sxline and os_akill use a stored value to curent time to prevent the off-chance of time changing while executing the function which can mess up our globops/log messages Adam 2011-08-23 19:29:59 -04:00
  • 21a8bff011 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-08-23 19:04:27 -04:00
  • fb14f7706c Set os_session as having first priority for events Adam 2011-08-23 19:03:04 -04:00
  • 2284c31f90 Replaced some chanserv/forbid with operserv/forbid in example.conf and added a check for ForceForbidReason in os_forbid DukePyrolator 2011-08-23 11:42:40 +02:00
  • b5b2c42242 Removed this ondeleteobject event, was for m_async_commands which died Adam 2011-08-22 17:14:18 -04:00
  • a2f92b642c Fixed the db_mysql metadata load events to use the right keys Adam 2011-08-22 13:14:08 -04:00
  • 783f77d367 Added event to warn modules a nickcore gets a new display nick or is about to be dropped. (This should enable modules to more easily link their data to anopes core data.) Viper 2011-08-22 00:25:34 +02:00
  • dc840e9b99 Send DROP event when forbidding nicks and channels, if applicable. unknown 2011-08-21 23:30:23 +02:00
  • c996356fab Bugs #1321 & 1322 Adam 2011-08-21 16:35:22 -04:00
  • 232af7fa7a Moved the ERROR log message out of debug (cherry picked from commit a68d17c17e) Adam 2011-08-20 00:51:39 -04:00
  • d71ae412bb Fixed /cs access add log message to not show override for channel founders Adam 2011-08-21 14:54:06 -04:00
  • 68a125bf6e Fixed ns_set_misc and cs_set_misc to allow unsetting values Adam 2011-08-21 14:33:11 -04:00
  • 37c7ca8b87 Fixed AddAkiller Adam 2011-08-21 14:09:55 -04:00
  • 4663970722 Removed m_async_commands, it can still cause crashes from invalid pointers on the stack & is a giant mess anyway Adam 2011-08-20 00:57:35 -04:00
  • a68d17c17e Moved the ERROR log message out of debug Adam 2011-08-20 00:51:39 -04:00
  • fa3b74a5b4 Fixed zlines to only add the xline host, fixed db_mysql's write function, and prevent adding multiple of the same nick to access lists Adam 2011-08-20 00:50:26 -04:00
  • fd999b996f Fixed some problems with deleting access Adam 2011-08-19 16:14:26 -04:00
  • b4f57247b8 Fixed AccessGroup::operator> fail Adam 2011-08-19 04:20:11 -04:00
  • abdc69aa94 added some log message for automatic fingerprint identify and removed a unused function from ns_cert DukePyrolator 2011-08-19 09:07:19 +02:00
  • 1b02216f2d Fixed crash in /cs mode Adam 2011-08-18 23:08:27 -04:00
  • db340f96d6 Fixed some permission checking fail in modules that got messed up from the big commands sed Adam 2011-08-18 22:04:59 -04:00
  • 0cdca534a8 Moved CA_TOPIC to qop aswell. Newer channels (default) to TOPIC at 5 but older channels will remain at founder only, causing access list to think newer aop are level 10000 due to having this permission on older channels. Adam 2011-08-18 17:30:49 -04:00
  • 0982becd98 Bug #1318 - #1320 - Added support for Hybrid's +S and +O channel modes, and removed support for +a Adam 2011-08-18 17:23:14 -04:00
  • 71b9bbd1ac Bug #1315 - moved CA_ASSIGN permission from sop to qop Adam 2011-08-18 16:48:51 -04:00
  • 2f3969b4be Bug #1317 - fixed sha1 fingerprint hashes in the inspircd protocol modules DukePyrolator 2011-08-18 07:59:58 +02:00
  • ff7479f437 Fixed attaching to events in db_mysql & possibly having ChannelInfo::WhoSends return NULL if there really are *no* bots Adam 2011-08-18 00:47:34 -04:00
  • 9c8a789aa0 Fixed ns alist min level Adam 2011-08-18 00:46:17 -04:00
  • 487d828fa0 Actually made the nickserv block optional Adam 2011-08-17 22:05:47 -04:00
  • f41081ba51 Include when an access entry was created in access view Adam 2011-08-17 21:41:30 -04:00
  • ede910d655 Made /os oper info also show all inherited commands/privs Adam 2011-08-17 15:56:40 -04:00
  • 0f4c9a43b3 List supported languages in /ns help saset language Adam 2011-08-16 16:38:42 -04:00
  • 9aa414b1f6 Fixed matching acount access entries against nicknames Adam 2011-08-16 15:28:21 -04:00
  • 2d9ddb065f Bug #1316 - added permissions for hs_request commands Adam 2011-08-16 13:43:01 -04:00
  • 1f542e1e75 Moved cs_seens data purger log message to debug Adam 2011-08-16 00:16:00 -04:00
  • 68e0d99f62 Fixed select()ing 0 sockets on Windows Adam 2011-08-16 00:09:09 -04:00
  • f43287f43d Fixed grammar problem in cs_clone Adam 2011-08-14 22:10:17 -04:00
  • 2e7bd6498f Fixed /cs clone access Adam 2011-08-14 21:46:14 -04:00
  • 786397f77d Massive cleanup of cs_seen, added help, syntax messages, command descriptions, removed lots of dead code, fixed memory leaks, etc Adam 2011-08-14 21:33:07 -04:00
  • 960c339a4c Brought back the old 1.7 behavior of a level -1 matching all users and 0 matching all identified users Adam 2011-08-14 18:50:22 -04:00
  • fddb2304c6 Bug #1312, fixed loading autoowner from db_plain Adam 2011-08-14 17:01:28 -04:00
  • 1b8dc4d096 Fixed updating exceptions Adam 2011-08-14 16:34:20 -04:00
  • fcc03f4ed8 Do not put users hosts in session akills Adam 2011-08-14 15:59:14 -04:00
  • 78b8b30766 Fixed resolving hosts when connecting to our uplink Adam 2011-08-14 15:27:20 -04:00
  • 91d8cc4c5b Revert "Fixed resolving hosts on connect" Adam 2011-08-14 15:25:02 -04:00
  • 11619be8b9 Fixed resolving hosts on connect DukePyrolator 2011-08-14 21:17:56 +02:00
  • e767ded69f Fixed default settings for log blocks Adam 2011-08-14 01:01:38 -04:00
  • 83a579fb9a Fixed number list position when requesting custom lists from akill Adam 2011-08-13 23:05:30 -04:00
  • 389341b862 Fixed number list position when requesting custom lists from akill and sqline Adam 2011-08-13 21:59:12 -04:00
  • 244f87917c Fixed permission check in botserv set DukePyrolator 2011-08-13 20:00:45 +02:00
  • 6f0da68915 Fixed anope_os_core insert statement Adam 2011-08-13 09:43:38 -04:00
  • af438527e9 Fixed /cs saset noexpire syntax Adam 2011-08-13 09:27:42 -04:00
  • ad4c4e462b Send replies back to uses after m_ldap_authentication processes Adam 2011-08-12 13:08:53 -04:00
  • ed33a4f75b Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-08-12 12:48:29 -04:00
  • f3d7d4ee37 Track when our clients are introduced or not Adam 2011-08-12 12:46:11 -04:00
  • bd4916ee84 Fixed loading/saving XLines in db_plain DukePyrolator 2011-08-12 14:54:31 +02:00
  • feee50e695 Allow bot usermodes to be configurable Adam 2011-08-12 03:13:56 -04:00
  • 54710a782b Removed the unused ChannelModeBan code Adam 2011-08-12 01:51:14 -04:00
  • d44a1d0867 Fixed Windows runtime problems Adam 2011-08-11 23:10:08 -04:00
  • c2780e1de4 Added a separate field for last seen realhost to ns_info, shown to services admins only DukePyrolator 2011-08-11 22:21:40 +02:00
  • 4e1f54ff9c added cs_seen DukePyrolator 2011-08-11 07:03:20 +02:00
  • f83096c729 Fixed loading bs_fantasy_owner on startup when using InspIRCd 2.0 Adam 2011-08-10 21:19:42 -04:00
  • 949f86908a Use case insensitive matching for server names Adam 2011-08-10 17:36:24 -04:00
  • 3755bf5bcd Ignore SIGPIPE Adam 2011-08-10 15:50:45 -04:00
  • 25d422d32b Fixed flags +* and -* Adam 2011-08-10 15:47:02 -04:00
  • 697bc8d8e8 Added a services.host define to easily change every clients hostname Adam 2011-08-10 05:05:09 -04:00
  • 4bdc9824a0 Added two missing files Adam 2011-08-10 01:34:14 -04:00
  • ded98ed3de Fixed windows build Adam 2011-08-10 01:32:07 -04:00
  • 13bcc4ef14 Replace the old sigaction for a signal when our Signal destructs Adam 2011-08-10 00:28:31 -04:00
  • ce92c9b21b Remove +P from unregistered channels if persist is set Adam 2011-08-09 22:18:31 -04:00
  • 8d551f26d5 Fixed crash in /ns set Adam 2011-08-09 18:37:33 -04:00
  • 962002b5f5 Fixed JOIN on plexus & fixed UMODE_NETADMIN Adam 2011-08-09 18:36:23 -04:00
  • b332fbd7a7 Fixed parsing TMODE on ratbox Adam 2011-08-09 18:34:17 -04:00