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

Commit Graph

  • c549aa4e76 Bug #1279 - Fixed strftime Adam 2011-07-04 22:39:13 -04:00
  • 714831b249 Bug #1282 Adam 2011-07-04 22:34:21 -04:00
  • d6879c4a25 Bug #1280 - Fixed reading some na and bi flags in db_plain Adam 2011-07-04 14:25:13 -04:00
  • 2caf5868d0 Clean up some of the dns code, udp is connectionless anyway so this isnt required Adam 2011-07-03 00:19:54 -04:00
  • c585964e60 Fixed the mode manager from complaining about prefixless modes on insp20 Adam 2011-06-27 19:14:30 -04:00
  • 936a50df23 Fixed build on older cmake versions Adam 2011-06-27 15:35:09 -04:00
  • 3e9888092a Fixed mail delay time Adam 2011-06-24 03:40:18 -04:00
  • 821826a566 The other part of #1277 Adam 2011-06-24 02:58:40 -04:00
  • 7ec803f610 Bug #1277 - Dont send account data for unconfirmed nicks Adam 2011-06-23 15:31:57 -04:00
  • b1a075b462 Fixed bug #1276 and some other valgrind warnings Adam 2011-06-23 15:10:50 -04:00
  • 3be75cbcb3 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-06-20 23:28:25 -04:00
  • 2667f9046e Cleaned up some of the logger code which fixes not logging debug logs to files etc when debug is enabled, and some other small things Adam 2011-06-20 23:25:46 -04:00
  • 2601871391 Fix long-standing issue with the get token functions if the delimiter wasn't found in the string but you wanted the first "token". Naram Qashat 2011-06-20 23:09:03 -04:00
  • a3d0ab3d09 Use case insensitive matching when looking up servers by name Adam 2011-06-20 23:00:49 -04:00
  • a1b36ec0a5 Search all domains for language strings, fixes the mess that we used to use to translate strings in 3rd party modules Adam 2011-06-17 19:57:43 -04:00
  • 48e995ddf2 Bug #1275 - Don't log absolutely everything sent to operserv, most of its commands already have their own logs Adam 2011-06-17 13:34:47 -04:00
  • df971befb2 Fixed a few small things Adam 2011-06-14 18:23:53 -04:00
  • 1cd65878db changed some _() to gtl() and updated do_strftime() and duration() DukePyrolator 2011-06-13 18:20:22 +02:00
  • 6148ffa669 added a Anope::string::capacity() function DukePyrolator 2011-06-12 06:28:22 +02:00
  • 717b4c3406 small improvement for Timer::SetSecs() DukePyrolator 2011-06-09 06:16:31 +02:00
  • 74361bec05 added a Timer::SetSecs() function DukePyrolator 2011-06-07 06:16:57 +02:00
  • a087e7f664 Fixed clearing bandata Adam 2011-06-05 18:18:50 -04:00
  • 3ad93a31c9 Burst our channels with the uplink when we connect & fixed bug #1274 Adam 2011-06-02 14:59:34 -04:00
  • 184b346166 Place version.h in build/ not include/ Adam 2011-06-02 12:45:08 -04:00
  • a11155551e Bug #1273 - Fixed removing vhosts on InspIRCd when m_cloaking is unloaded Adam 2011-05-30 19:48:14 -04:00
  • b2c807dc8c Fixed /ns alist Adam 2011-05-30 13:14:33 -04:00
  • 60548aa00b Fixed ns_update and db_mysql_live sql queries Adam 2011-05-29 19:05:28 -04:00
  • a45d1555d3 Added an IsServicesOper event Adam 2011-05-23 14:47:14 -04:00
  • 121ae0b189 Added m_statusupdate Adam 2011-05-23 13:32:01 -04:00
  • 8bf8832b70 Rewrote the signal handling to use sigaction Adam 2011-05-23 04:41:51 -04:00
  • 4dd7e261f5 fixed a possible crash on database saving DukePyrolator 2011-05-22 09:05:21 +02:00
  • f4329df11c Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-05-21 15:33:10 -04:00
  • 98729a6c78 Bug #1271 Adam 2011-05-21 15:32:47 -04:00
  • 742ba970b0 fixed bug #1272 DukePyrolator 2011-05-21 15:15:46 +02:00
  • 115f94bfc2 Made Anope able to process normally when disconnected from the uplink and not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp. Adam 2011-05-21 04:57:27 -04:00
  • 7e5727288d Fixed compile from the earlier merge Adam 2011-05-19 20:36:39 -04:00
  • 13915d8b57 Modularized os_news Adam 2011-05-09 21:13:13 -04:00
  • 9962fae1a1 Calculate nc::channelcount at runtime Adam 2011-05-08 19:48:26 -04:00
  • 9fcbe293e2 Added os_oper Adam 2011-05-07 22:44:30 -04:00
  • fd4b52ec38 Added os_forbid Adam 2011-05-06 18:02:53 -04:00
  • b59602abf8 Check for a valid server in /operserv noop Adam 2011-05-03 00:13:19 -04:00
  • fd21c36725 Fixed some logic fail in ts6_uid_retrieve Adam 2011-04-30 15:01:04 -04:00
  • b999c6ca53 Expand more on m_alias and changed some std::string usage in sockets.cpp to use Anope::string Adam 2011-04-29 21:12:49 -04:00
  • 583954d3a1 Use module type to determine what type each module is instead of its location in the configuration file. Adam 2011-04-28 22:44:34 -04:00
  • 8fb1604f64 Fixed reading empty config values in the multiconfig code, caused by removal of DT_CHARPTR Adam 2011-04-27 22:51:55 -04:00
  • 284af258bf Added more useful functions to our LDAP API, allow adding newly registered accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules Adam 2011-04-27 10:56:20 -04:00
  • e7887c1f01 Unmodularized the socket engine because its causing problems and really is unnecessary Adam 2011-04-26 19:13:51 -04:00
  • 076ebafa1b Moved some global functions to be member functions and misc cleanup Adam 2011-04-25 03:16:57 -04:00
  • 6922bd239c Fixed up the MySQL Query code and finished some command code I forgot earlier Adam 2011-04-23 05:01:10 -04:00
  • 13aa58ce5d Removed DT_CHARPTR from the config reader, its unneeded Adam 2011-04-23 02:24:56 -04:00
  • c8c23158a4 Moved the core pseudo clients out into their own modules Adam 2011-04-22 03:16:11 -04:00
  • 1782ce260c Use std::map instead of unordered_map Adam 2011-04-22 03:11:12 -04:00
  • b28d3746f5 Branch for 1.9.5 Adam 2011-04-22 02:51:18 -04:00
  • b382c27bb0 Anope 1.9.3-p1 Release 1.9.3-p1 Adam 2011-05-16 03:08:48 -04:00
  • 9f9e83c65c Updated Changes Adam 2011-05-16 03:08:39 -04:00
  • 469a04e7e0 Anope 1.9.4 Release 1.9.4 Adam 2011-05-16 02:58:06 -04:00
  • 605b5d5717 Removed ngircd as we've decided not to support it at this time Adam 2011-05-16 02:57:28 -04:00
  • f7aa46fb33 Note m_async_commands is experimental Adam 2011-05-16 02:47:23 -04:00
  • b4450294af Fixed Windows build Adam 2011-05-15 21:02:06 -04:00
  • 57327a5e33 Fixed akill log message when there is no expiry time Adam 2011-05-15 19:54:35 -04:00
  • d45222798b Reinitialise git for post 1.8.6 development Charles Kingsley 2011-05-14 09:13:04 +01:00
  • edb362eace Anope 1.8.6 Release 1.8.6 Charles Kingsley 2011-05-14 08:48:16 +01:00
  • 1e9f1b09f5 Clarified ForkForMail entry in Changes.conf - thanks Kyle! Charles Kingsley 2011-05-08 12:09:22 +01:00
  • 16439f52a5 Prepare NSIS scripts for future 1.8.6 release Charles Kingsley 2011-05-08 09:47:16 +01:00
  • 45640c43d3 Removed atheme2anope database converter as its out of date Adam 2011-05-07 13:08:55 -04:00
  • 6ebbec79ea Bug #1236 - Fixed crash in enc_md5 on Mac Adam 2011-05-02 14:18:52 -04:00
  • 4a3c64291f Fixed sometimes not removing nick masks from the access list when the group is dropped Adam 2011-05-01 18:41:54 -04:00
  • 036b3c9053 Temporary fix for /os restart with m_async_commands loaded, is fixed properly in 1.9.5 Adam 2011-04-29 18:03:04 -04:00
  • 7da33344d1 Added a unique key for the anope_cs_mlock table Adam 2011-04-28 19:13:44 -04:00
  • 096de4fb25 Bug #1263 - Fixed /ns REGISTER not getting an "unknown cmd" reply when 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. Viper 2011-04-28 22:16:18 +02:00
  • 01946cb467 Added events for module loading/unloading and command creation/deletion. Enables modules expanding on other modules to adjust hooks if needed. - Related to bug #1263. Viper 2011-04-28 21:00:46 +02:00
  • cbdb9f59f3 Fixed bug #1265 Adam 2011-04-27 11:15:02 -04:00
  • 5d3d6bcead Fixed a crash if an expiring channel had the founder also on the access list Adam 2011-04-27 09:26:51 -04:00
  • 4ab0bd3a8e Fixed a crash when certain nicks expired Adam 2011-04-25 22:44:33 -04:00
  • 0cdc628db0 Fixed crash when certain nicks expire Adam 2011-04-25 15:58:46 -04:00
  • 4a733c93d4 Don't attempt to connect to the uplink if given invalid hostnames Adam 2011-04-25 04:17:21 -04:00
  • 03d2378a9f resolve hosts when connecting with ssl DukePyrolator 2011-04-25 07:08:57 +02:00
  • 5e027c196d Two small SQL fixes Adam 2011-04-23 02:36:42 -04:00
  • 3aeaef5b9a A few more small fixes Adam 2011-04-20 15:39:44 -04:00
  • 4d26070a92 This actually isn't necessary Adam 2011-04-20 09:35:09 -04:00
  • f601b04594 Fixed logging messages with an empty category to everything Adam 2011-04-19 23:42:16 -04:00
  • ca169489b2 Allow unidentified users to still get access by non nickcore access entries Adam 2011-04-18 21:07:54 -04:00
  • 713c2eb704 Fixed /ns help register reply Adam 2011-04-18 17:09:30 -04:00
  • 660e0c78ac Fixed /ns help access Adam 2011-04-17 19:00:01 -04:00
  • 0862de6577 Fixed the mlock depreciated message Adam 2011-04-16 16:06:52 -04:00
  • 68b1abc6f7 Fixed botserv kicker logic Adam 2011-04-16 04:37:57 -04:00
  • 2cd511d3a3 Fixed botserv kicker logic Adam 2011-04-16 04:35:14 -04:00
  • 86ff426642 Fixed caps kicker (cherry picked from commit efe5fedde9) Adam 2011-04-15 19:51:34 -04:00
  • efe5fedde9 Fixed caps kicker Adam 2011-04-15 19:51:34 -04:00
  • c8c6845452 Fixed /ns list unconfirmed Adam 2011-04-10 22:05:48 -04:00
  • 0e0538408d Usage update for ./listchans thanks katsklaw Charles Kingsley 2011-04-10 12:30:21 +01:00
  • 1aa0905241 Fixed disabling channel levels (cherry picked from commit bd62c4891e) Adam 2011-04-09 20:52:25 -04:00
  • bd62c4891e Fixed disabling channel levels Adam 2011-04-09 20:52:25 -04:00
  • 9535541f5a Fixed setting +r on nick ownership, lost somewhere in revision fbae33 Adam 2011-04-06 10:13:03 -04:00
  • 711a570d24 Run OnCheckAuthentication with the account name if there is one Adam 2011-04-06 09:41:39 -04:00
  • cb9ccc443d Fixed bug #1261 Adam 2011-04-05 19:11:23 -04:00
  • 255d76ccc1 Fixed bug #1261 Adam 2011-04-05 19:10:42 -04:00
  • c681bdd2e3 Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-04-03 18:23:17 -04:00
  • 74844c0f28 Use dynamic_reference to check for users being killed from commands Adam 2011-04-03 18:19:29 -04:00
  • 905207093b Made LDAP support recover, release, resetpass, etc. Adam 2011-04-03 18:07:58 -04:00