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

Commit Graph

  • 48742435f5 Properly handle single messages received that have no newline Adam 2010-07-24 03:31:41 -04:00
  • b218d52a31 Removed MARK_DEPRECATED from the OnDatabaseExpire events Adam 2010-07-24 03:32:27 -04:00
  • b899a5c269 Properly handle single messages received that have no newline Adam 2010-07-24 03:31:41 -04:00
  • a9fa7edf82 Allow clearing of access lists while in XOP Adam 2010-07-17 17:33:35 -04:00
  • f9cd3f4238 Allow clearing of access lists while in XOP Adam 2010-07-17 17:32:38 -04:00
  • a22f8d3b2d Moved some files and diretories around, made cmake skip files it knows it can't compile because of missing dependices. Adam 2010-07-15 22:55:02 -04:00
  • 42dd49233c Increased command buffer size. Insp 2.0 has a bigger appetite it seems.. Viper 2010-07-13 22:11:18 +02:00
  • 43b1e43afb Added ns_set_misc.cpp which was missing from a previous commit Adam 2010-07-11 00:43:36 -04:00
  • 63d7142465 Added options:hideprivilegedcommands config option to hide privileged commands from normal users Adam 2010-07-10 22:50:18 -04:00
  • a495213026 Properly set up our clients as on our server internally. Fixes crashes when trying to akick our own clients etc Adam 2010-07-10 21:18:22 -04:00
  • fa622aae38 Fixed tracking of introducing and quitting juped servers Adam 2010-07-10 20:58:29 -04:00
  • 07ec79e881 Fixed de.l so it actually compiles Adam 2010-07-10 19:36:28 -04:00
  • 4b1e76c3bb Added ns_set_misc and cs_set_misc. These modules allows users to configure settable options in /ns and /cs set that will be displayed in /ns and /cs info. Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq Adam 2010-07-10 19:08:16 -04:00
  • 166d6f5d09 Removed autotools and the makefiles. This will be reintroduced differently before the 1.9.3 release. Adam 2010-07-09 02:27:02 -04:00
  • 7e20659522 No need to allocate the numberlist callback classes with new Adam 2010-07-09 00:20:00 -04:00
  • 1cf4ebb231 Added an epoll socket engine Adam 2010-07-08 22:19:13 -04:00
  • 3a422777c5 Fixed Windows build Adam 2010-07-06 16:28:58 -04:00
  • 5ec1ca86b4 Fixed bug #1173, Made hs_request reject actually reject vhosts Adam 2010-07-06 14:07:06 -04:00
  • 8f8b1e46d6 Fixed bug #1173, Made hs_request reject actually reject vhosts Adam 2010-07-06 14:07:06 -04:00
  • f71d5b4d3a Removed OnEncryptInPlace, although it currently causes no problems it is just redundant. Adam 2010-07-05 16:14:17 -04:00
  • e42f125a85 Removed enc_encrypt_in_place, it is unnecessary and using it like it was designed breaks long passwords. Adam 2010-07-05 15:45:28 -04:00
  • f5a7a5d8bc Made install.js detect VS 2010 on 64bit machines Adam 2010-07-04 15:10:06 -04:00
  • ca7769d8b4 Fixed bug #1172: Encrypt the whole password given to nickserv and chanserv REGISTER This prevents us from truncating peoples passwords without telling them, which makes it so you can't identify with the same password you registered with if your password is really long. Adam 2010-07-03 15:17:58 -04:00
  • e29014c00a Fixed a crash on Windows and unreal when juped servers quit Adam 2010-06-30 15:54:08 -04:00
  • de1bf10690 Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixed Config to work in an out-of-source build. Naram Qashat 2010-06-29 08:21:20 -04:00
  • 950cfcd31e Some OCDing over version.cpp, and make it so module.cpp doesn't need version.h (only main.cpp, modulemanager.cpp, and modules.cpp need version.h, to avoid rebuilding EVERYTHING every build) Naram Qashat 2010-06-28 23:15:16 -04:00
  • 1037a469d3 added some missing includes to src/tools/smtp.h DukePyrolator 2010-06-28 20:02:35 +02:00
  • d99ee2d9a4 This was in the wrong place, better now. Adam 2010-06-28 13:27:14 -04:00
  • 147c58bd32 Delete all of our known users when we lose connection to the uplink Adam 2010-06-28 13:16:55 -04:00
  • f1cb4b86b7 Delete all users when we disconnect from the uplink Adam 2010-06-28 11:24:19 -04:00
  • 4502038e3d Unset all known status modes when we recieve a ts older than ours, and remove split servers from their uplinks Adam 2010-06-28 10:59:40 -04:00
  • 85b07a94d7 Fix version system so it doesn't cause the entire build tree to get rebuilt just because version.h gets regenerated, thanks to Adam for initial patch. Naram Qashat 2010-06-28 01:28:51 -04:00
  • 2e4099e9f2 No need for BotInfo to have its own ChangeNick function Adam 2010-06-28 00:56:37 -04:00
  • 00aa4a0ad4 Fixed the makefiles to correctly build and install the new anopesmtp and db-convert Adam 2010-06-28 00:32:50 -04:00
  • 28e12bc24a The next of a few "CBX OCDing over code style" commits, maybe the last. NOTES: I have been unable to compile the db_mysql_* functions on my system here, so those are untested. db-convert seems to be badly programmed and needs more work in my opinion. Naram Qashat 2010-06-27 23:15:05 -04:00
  • 051ebe3eea Fixed unordered_map to build on VS 2008 Adam 2010-06-27 22:21:49 -04:00
  • f17c4d4d04 Made Windows install.js correctly detect the Anope version and made version.cpp correctly generate version.h on Windows Adam 2010-06-27 20:34:09 -04:00
  • 0eb007a1b3 Made the langfiles build Adam 2010-06-27 20:21:11 -04:00
  • 1e53c2d50a Removed nickserv/chanserv info all, just have info show all information Adam 2010-06-27 19:55:19 -04:00
  • 77ec1f2fa7 Log out users when they log in to another account. Adam 2010-06-27 17:59:48 -04:00
  • ccc92376be Log out users when they log in to another account. Adam 2010-06-27 17:59:48 -04:00
  • 8cf8faf529 Don't attempt to enforce sqlines on our own clients Adam 2010-06-27 16:26:35 -04:00
  • 6e1fa85cbc Log out users from their groups when they disconnect, keeps us from storing invalid pointers in the nickcore user list Adam 2010-06-27 14:41:57 -04:00
  • 2979a0e975 Log out users from their groups when they disconnect, keeps us from storing invalid pointers in the nickcore user list Adam 2010-06-27 14:41:57 -04:00
  • 9269d20a70 The next of a few "CBX OCDing over code style" commits, focusing on src/core/ns_*. Naram Qashat 2010-06-27 11:55:39 -04:00
  • 57caa0b53f Made Anope track its own clients internally as if they were real users Adam 2010-06-27 02:41:48 -04:00
  • d49aee6cf8 Made the flags class take an optional size arg Adam 2010-06-26 22:50:02 -04:00
  • e51d6e2fe1 Added in the rest of the InspIRCd 2.0 changes to the protocol module Adam 2010-06-26 21:47:35 -04:00
  • 36c646c7d2 Added support for InspIRCd 2.0s dynamic modes. Note that this changes the maximum length of an acceptable IRC message from 512 to 1024 because InspIRCd sends messages longer than 512 characters. Adam 2010-06-26 21:12:31 -04:00
  • de4f0cc28f Anope 1.9.2-p1 Release 1.9.2-p1 Adam 2010-06-26 13:52:20 -04:00
  • 4e31757f14 Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 Naram Qashat 2010-06-26 01:39:11 -04:00
  • 6dc3af5db4 The next of a few "CBX OCDing over code style" commits, focusing on src/core/hs_* and src/core/ms_*, plus some tiny fallout caused by changing the FOREACH_* macros. Naram Qashat 2010-06-26 01:38:19 -04:00
  • c7cb8897b4 docs/TOOlS -> docs/TOOLS Adam 2010-06-25 22:53:26 -04:00
  • d5ee411aca Moved src/tools/README to docs/TOOLS Adam 2010-06-25 22:13:32 -04:00
  • d747f544c4 Made db-convert handle old corrupted databases from 1.8 that used mysql with rdb Adam 2010-06-25 19:07:50 -05:00
  • 03fbc7d281 Changed the versioning system to use git Adam 2010-06-25 20:00:21 -04:00
  • cbcead4e89 Made db-convert handle old corrupted databases from 1.8 that used mysql with rdb Adam 2010-06-25 19:07:50 -05:00
  • e5bd79ba19 Fixed charybdis and ratbox protocol modules not (properly) translating TS6 UIDs into nicks on kills. Viper 2010-06-24 22:33:28 +02:00
  • b1f85c575f Backported the example.conf change from r7bb90e1922b7 Adam 2010-06-24 00:41:53 -05:00
  • e447933c02 fixed some typos in example.conf DukePyrolator 2010-06-24 07:38:20 +02:00
  • 7bb90e1922 The next of a few "CBX OCDing over code style" commits, focusing on src/core/enc_*, plus fixing unintentional broken logic in said modules caused by my first OCD commit. Also added a note to example.conf about enc_sha1 being potentially broken, and slight code style OCD in hashcomp.cpp found by Adam. Naram Qashat 2010-06-24 00:34:04 -04:00
  • 9104822c09 Merge branch '1.9.2-p1' of ssh://dukepyrolator@anope.git.sourceforge.net/gitroot/anope/anope into 1.9.2-p1 DukePyrolator 2010-06-22 22:27:35 +02:00
  • c4233e9f9a Made db-convert really convert nickalias lastseen/lastused/lastquit Adam 2010-06-22 13:45:07 -04:00
  • f58d611edc changed the name of the logfile from servics.log.<date> to <date>.services.log to make windows users happy DukePyrolator 2010-06-22 21:33:29 +02:00
  • 959a1a69a5 moved FindMessage() into the Anope class DukePyrolator 2010-06-22 22:06:23 +02:00
  • 7e872db956 changed the name of the logfile from servics.log.<date> to <date>.services.log to make windows users happy DukePyrolator 2010-06-22 21:33:29 +02:00
  • 0ac122c2d8 Made db-convert really convert nickalias lastseen/lastused/lastquit Adam 2010-06-22 13:45:07 -04:00
  • 40db8af50a Fixed a typo in the example.conf for m_helpchan Adam 2010-06-22 11:26:45 -04:00
  • 980a2feff8 Fixed a typo in the example.conf for m_helpchan Adam 2010-06-22 11:26:45 -04:00
  • 804cb9b051 Changed VERSION_EXTRA from -svn to -git Adam 2010-06-22 10:55:31 -04:00
  • e8d7c65ecf Fix compile errors I unintentionally caused 2 commits ago. <.< Naram Qashat 2010-06-22 08:39:03 -04:00
  • 6a8c359b4f The next of a few "CBX OCDing over code style" commits, for db_plain.cpp Naram Qashat 2010-06-22 08:36:37 -04:00
  • 1e20877e2f The next of a few "CBX OCDing over code style" commits, focusing on src/core/bs_* and src/core/cs_*. Naram Qashat 2010-06-21 23:14:28 -04:00
  • 4d8f68e0cc Fixed some more problems with db-convert Adam 2010-06-21 13:27:41 -04:00
  • 7956bd839c Fixed db_plain to write databases on windows Adam 2010-06-21 02:02:51 -04:00
  • f63aed908f Fixed windows problems with clearing the runtime directory Adam 2010-06-21 01:46:27 -04:00
  • fb16ce72a0 Fixed some more problems with db-convert Adam 2010-06-21 13:27:41 -04:00
  • 36bf5fcb26 Fix problem with anope.db being empty even after running /os update. Naram Qashat 2010-06-21 01:33:36 -04:00
  • 16854ae793 Fixed a few Windows problems with cleaning out the runtime directory Adam 2010-06-21 00:02:57 -04:00
  • 17040c088a Store modules in a list and xlines in a vector, not deques. We need to be able to keep iterators valid. Adam 2010-06-20 21:33:01 -04:00
  • 0d2d7e9968 Fixed Windows build Adam 2010-06-20 20:05:23 -04:00
  • 8b9ba96767 Added m_helpchan to replace the cores helpchannel functionality Adam 2010-06-20 14:04:17 -04:00
  • 64b9fa419f Fixed the name of cs_forbid in chanserv:modules so it really loads Adam 2010-06-20 13:11:31 -04:00
  • 63c5fa3a44 Made db-converter add all of the core clients when converting a 1.8 database Adam 2010-06-19 20:53:53 -04:00
  • 87aa70f2a9 Made db-converter only write mlock params if there really is one, fixes some problems with converting mlock for certain databases Adam 2010-06-19 13:39:12 -04:00
  • 89412e46c2 Fixed bug #1171 - Fixed defcon so it works on Windows Adam- 2010-06-18 16:51:52 +00:00
  • dacdafef0f Branch for 1.9.2-p1 Adam 2010-06-20 19:38:58 -04:00
  • 63d7bee2a6 Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 Naram Qashat 2010-06-20 18:51:03 -04:00
  • 381c9c8870 The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*. Naram Qashat 2010-06-20 18:42:58 -04:00
  • e8a1570ed9 Added m_helpchan to replace the cores helpchannel functionality Adam 2010-06-20 14:04:17 -04:00
  • 968e4d0bdd Fixed the name of cs_forbid in chanserv:modules so it really loads Adam 2010-06-20 13:11:31 -04:00
  • 7b7e2a6150 Updated TODO Adam 2010-06-19 21:22:48 -04:00
  • 448eadd747 Made db-converter add all of the core clients when converting a 1.8 database Adam 2010-06-19 20:53:53 -04:00
  • 68b54f3fb5 Made db-converter only write mlock params if there really is one, fixes some problems with converting mlock for certain databases Adam 2010-06-19 13:39:12 -04:00
  • 7530c030a9 Merge remote branch 'sf/1.9' into 1.9 Adam 2010-06-19 12:09:39 -04:00
  • 2528dc80bd Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9 Adam 2010-06-19 11:59:11 -04:00
  • 52058fe87b Merge remote branch 'origin/1.9.3' into 1.9 Adam 2010-06-19 11:54:08 -04:00
  • 43e951aed5 Revert "file 1 edit" Charles 2010-06-19 16:46:35 +01:00
  • c2ae11dd92 Revert "file 2 edit" Charles 2010-06-19 16:46:26 +01:00
  • 87ac831206 file 2 edit Charles 2010-06-19 16:45:29 +01:00