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

Commit Graph

  • ebe0ce6610 Fixed a compiler warning in os_news Adam 2011-02-06 20:49:36 -05:00
  • a55b3742cb Removed the LIBINTL include hack Adam 2011-02-05 18:35:20 -05:00
  • 8d1fe0a36f Merge branch '1.8' of anope.git.sf.net:/gitroot/anope/anope into 1.8 Adam 2011-02-04 22:19:01 -05:00
  • 165c0588d4 Fixed the wiki URLs in install.js Adam 2011-02-04 22:15:58 -05:00
  • b2e52553a7 Merge 83556667fd Adam 2011-02-04 22:10:39 -05:00
  • 83556667fd try/catch-ified all instances of convertTo to keep from aborting when a user gives too large or too small a number Adam 2011-02-04 21:01:33 -05:00
  • faf5f3128f Merge 032c30dd5d Adam 2011-02-04 19:31:02 -05:00
  • a53a797271 Replaced all of the old %S's in the language strings that were used for service nicks Adam 2011-02-04 18:32:04 -05:00
  • 08583dc107 Moved the language strings which are only used once out of the core and into the modules that use them. Adam 2011-02-04 15:30:31 -05:00
  • 032c30dd5d Fixed /ms set limit none and made db_plain care less about convert exceptions Adam 2011-02-04 12:37:01 -05:00
  • 7c14f76bc8 fixed a typo in the german language file DukePyrolator 2011-01-30 01:03:51 +01:00
  • fb0f7649b4 Merge of 9704ccc8a62f...c362a1e077d5 Charles Kingsley 2011-01-29 14:16:09 -05:00
  • a86e15afe9 Updated german language file DukePyrolator 2011-01-29 14:13:08 +01:00
  • c362a1e077 DP in "an user" grammar police mode. Charles Kingsley 2011-01-29 12:05:34 +00:00
  • 140208e5ee Another typo pointed out by the grammar police. ;) Charles Kingsley 2011-01-29 12:00:12 +00:00
  • 679d3c373f Fixing leftover spaces and other rubbish I missed on the first pass. Charles Kingsley 2011-01-29 11:58:59 +00:00
  • 557eceeefc Updated some docs/ & removed TROUBLESHOOTING as it is redundant. Charles Kingsley 2011-01-29 11:06:38 +00:00
  • 9704ccc8a6 QA fixes / refinements for example.conf Charles Kingsley 2011-01-29 10:44:27 +00:00
  • e62664138b Added patricia_tree::iterator Adam 2011-01-28 23:09:25 -05:00
  • 92fb9844ec Fixed setting usermode +k on our clients on InspIRCd 2.0 Adam 2011-01-28 13:21:24 -05:00
  • 3eadc1509f Fixed setting usermode +k on our clients on InspIRCd 2.0 Adam 2011-01-28 13:19:26 -05:00
  • 2b847c63e9 Fixed not introducing our clients with usermode +k on InspIRCd 2.0 Adam 2011-01-28 13:03:10 -05:00
  • d8b92f1c70 Bug #1237 - only set umode +h on a user joining help chan if they have op access lethality 2011-01-28 00:09:34 +00:00
  • 9910aa3cc6 Bug #1237 - only set umode +h on a user joining help chan if they have op access lethality 2011-01-28 00:09:34 +00:00
  • b354d4d1ab nickcore:language is a string now, not an int Adam 2011-01-24 19:04:27 -05:00
  • 2a53e5f80e Fixed the order queries are done during sqlsync to make the new foreign keys happy Adam 2011-01-24 19:03:15 -05:00
  • 81d8858e56 Fixed some SQL queries Adam 2011-01-24 17:50:34 -05:00
  • 2e8acfb98c Fixed some SQL queries Adam 2011-01-24 17:50:34 -05:00
  • 48fa096943 Added %N for network name in dnsbl:reason Adam 2011-01-24 02:54:09 -05:00
  • bf559d788f Fixed loading forbidden nicks Adam 2011-01-24 01:11:10 -05:00
  • d7206c8f38 Fixed db upgrade loading forbidden nicks Adam 2011-01-24 01:08:28 -05:00
  • 3bfc8e9a39 std::stringstream::clear doesn't clear it Adam 2011-01-23 12:56:21 -05:00
  • 7c30d223fb Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabs (cherry picked from commit a162f1d18e) Adam 2011-01-21 23:01:48 -05:00
  • a162f1d18e Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabs Adam 2011-01-21 23:01:48 -05:00
  • a86873c93e fixed some minor presentation, grammar mis-use and copyright date in DP's ngircd lethality 2011-01-21 16:49:25 +00:00
  • 05933e9f21 Removed db-upgrade, its no longer needed Adam 2011-01-20 19:42:27 -05:00
  • 11b91fdc67 Bug #1233 - Fixed some misuse of apostrophes - patch by binki lethality 2011-01-21 00:20:25 +00:00
  • ab2e34d817 Added options:nomlock Adam 2011-01-19 00:31:18 -05:00
  • 0dda705cdb Bug #1227 - Fixed 'make install' recompiling src/tools Adam 2011-01-18 23:57:21 -05:00
  • 0db220812f Bug #1232 - Fixed db-convert to properly convert mode lock parameters (cherry picked from commit e7a8bcc30b) Adam 2011-01-18 18:47:08 -05:00
  • e7a8bcc30b Bug #1232 - Fixed db-convert to properly convert mode lock parameters Adam 2011-01-18 18:47:08 -05:00
  • 34c6c664c9 Added amsg kicker settings to /bs info Adam 2011-01-18 18:41:16 -05:00
  • 4a3ee91c55 fixed a bug in the ngircd protocol module DukePyrolator 2011-01-18 19:05:20 +01:00
  • 6f0d1af596 Made db_plain buffer database writes which prevents databases from coming corrupted if we crash or if write fails. Also fixed loading all ajoin channels. Adam 2011-01-17 20:41:57 -05:00
  • 01feb5b489 Fixed ns_ajoins list output formatting Adam 2011-01-17 20:29:33 -05:00
  • 8975b52cc3 Added ns_ajoin Adam 2011-01-17 15:46:53 -05:00
  • 7acbbbbf5b Fixed flag names to match 1.9.3s Adam 2011-01-15 21:02:14 -05:00
  • 4fecafa612 Made db_plain save amsg settings Adam 2011-01-15 16:45:48 -05:00
  • a2f5edf977 Fixed /ns confirm's log message to show the nick of who was confirmed (cherry picked from commit 1b6aab0cd7) Adam 2011-01-15 16:31:46 -05:00
  • 2631eb2e48 Made CA_SET always be accessable, even if db-converter messes up levels (cherry picked from commit a4ded88e85) Adam 2011-01-15 16:29:17 -05:00
  • a4ded88e85 Made CA_SET always be accessable, even if db-converter messes up levels Adam 2011-01-15 16:29:17 -05:00
  • 1b6aab0cd7 Fixed /ns confirm's log message to show the nick of who was confirmed Adam 2011-01-15 16:13:31 -05:00
  • c669820481 Added an amsg kicker Adam 2011-01-15 16:11:31 -05:00
  • ecc2fc6029 Fix CODINGs formatting and a missed typo lethality 2011-01-14 04:37:32 +00:00
  • 49970524c8 Fix CODINGs formatting and a missed typo lethality 2011-01-14 04:37:32 +00:00
  • 11a144ad61 Bug #1230 - Fixed unknown CTCPs from crashing services (cherry picked from commit e490202a1b) Adam 2011-01-11 22:19:46 -05:00
  • e490202a1b Bug #1230 - Fixed unknown CTCPs from crashing services Adam 2011-01-11 22:19:46 -05:00
  • fd2412a5f6 Send new memo replies to the receiver of the memo Adam 2011-01-10 17:41:09 -05:00
  • f4d7ae2e12 Do not allow services opers to send one person more than 32767 memos Adam 2011-01-09 20:05:11 -05:00
  • 07528ea8f2 Fixed CanAdd() to use safe iteration and make SNLine::Check really work (cherry picked from commit 1bdadde68a) Adam 2011-01-09 13:37:12 -05:00
  • 1bdadde68a Fixed CanAdd() to use safe iteration and make SNLine::Check really work Adam 2011-01-09 13:37:12 -05:00
  • ce8a069eb5 Changed db_mysql_live to use a safer mutex system to prevent deadlocks Adam 2011-01-08 18:55:12 -05:00
  • 39d34f7174 fixed a small bug in the ratbox protocol module (cherry picked from commit 2e7d08c10b) DukePyrolator 2011-01-08 08:18:46 +01:00
  • 2ba97aee6c Ignore EINTR error from poll() Adam 2011-01-08 03:35:04 -05:00
  • a674d81caf updated the README file DukePyrolator 2011-01-08 08:38:16 +01:00
  • efb61ed4a8 enabled modeonid in example.conf DukePyrolator 2011-01-08 08:21:18 +01:00
  • 2e7d08c10b fixed a small bug in the ratbox protocol module DukePyrolator 2011-01-08 08:18:46 +01:00
  • 47b87e903b added support for ngIRCd protocol DukePyrolator 2011-01-08 08:15:48 +01:00
  • ddeff72544 Process flag changes from SQL Adam 2011-01-08 00:52:46 -05:00
  • 826e040d41 Enable NICKIP for InspIRCd 1.2+ Adam 2011-01-08 00:27:14 -05:00
  • 43995b4c6d Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 Adam 2011-01-08 00:25:30 -05:00
  • 512d23d60f Made the Flag class able to convert flags to strings and back Adam 2011-01-08 00:25:11 -05:00
  • 0eb9152749 fix some more copyright and typos (not mine) spotted by chaz :P lethality 2011-01-07 23:01:19 +00:00
  • 3ef227aa88 Some more copyright/typo fixes, spotted by chaz :P lethality 2011-01-07 21:41:49 +00:00
  • 4403849126 Added db_mysql_live which allows Anope to pull data from the four main SQL tables in realtime, which effectively gives us "live" SQL. Changed eventfd pipe engine to not use buffered write. Added TryLock to threading engines. Made blocking SQL queries in our SQL API thread-safe. Adam 2011-01-07 15:57:13 -05:00
  • f592417ec2 Updated Copyright to 2011 lethality 2011-01-06 02:32:32 +00:00
  • 9efebe5461 update copyrights for 2011 lethality 2011-01-05 18:34:38 +00:00
  • 7198fa73d1 removed SendSVSPart(), we dont use it DukePyrolator 2011-01-04 07:33:34 +01:00
  • 03ba592c48 removed SendSVSMode(), we dont use it DukePyrolator 2011-01-04 07:14:50 +01:00
  • 57a06f72e2 fixed a crash bug when a server squits lethality 2010-12-31 21:17:58 +00:00
  • c7979d98fa Fixed restoring topics on perm channels Adam 2010-12-30 01:11:35 -05:00
  • 3019ba6f43 restoring topic for permchans on burst DukePyrolator 2010-12-30 06:44:18 +01:00
  • 2784cd17fc Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9 DukePyrolator 2010-12-30 05:50:55 +01:00
  • 03cc9eb5c5 Assign bots to new empty permanent channels on IRCds without permchannel mode not just join Adam 2010-12-29 23:30:28 -05:00
  • 58c2f0c409 Fixed creating permanent channels on burst that have no botserv bot on IRCds without a perm channel mode Adam 2010-12-29 23:24:44 -05:00
  • 72b8f4609b Use empty SJOINs when allowed to create empty permanent channels Adam 2010-12-29 23:12:26 -05:00
  • d36e53f702 Added a ConvertException to be thrown when convertTo fails Adam 2010-12-29 20:19:37 -05:00
  • a36f14c1bf Automatically quit bots when they are deleted Adam 2010-12-29 19:59:26 -05:00
  • 292e187524 Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9 DukePyrolator 2010-12-29 22:39:20 +01:00
  • ed13cd11ec Made the moduleGetData debug messages for level 2+ Adam 2010-12-28 18:01:55 -05:00
  • 851c0a990e Bug #1225 - Made REGISTER show in /cs help Adam 2010-12-28 16:39:41 -05:00
  • 16cab979da Bug #1225 - Made REGISTER show in /cs help Adam 2010-12-28 16:32:18 -05:00
  • fd7f542bd9 Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9 DukePyrolator 2010-12-28 07:00:47 +01:00
  • 5ead326454 Fixed build on debian lenny Adam 2010-12-27 15:31:34 -05:00
  • c68933e547 Fixed build on debian lenny Adam 2010-12-27 15:31:34 -05:00
  • e9f84a0db9 Load session exceptions on start when using SQL (cherry picked from commit a1c635b050) Adam 2010-12-27 01:35:08 -05:00
  • a1c635b050 Load session exceptions on start when using SQL Adam 2010-12-27 01:35:08 -05:00
  • 87141253a1 Bug #1222 - Fixed crash from reading to read a range of memos Adam 2010-12-27 01:00:12 -05:00
  • 0c686e7168 Bug #1220 - Fixed an event in /hs activate and /ms del (cherry picked from commit 49dd1c3409) Adam 2010-12-27 00:42:38 -05:00
  • d896bf9a1c Bug #1222 - Fixed crash from reading to read a range of memos Adam 2010-12-27 01:00:12 -05:00