Commit graph

  • 9b6ff0c8f9 [svn] Make -logfile work again. jilles 2007-02-11 08:54:43 -0800
  • c8ff7ca97f [svn] - fix off-by-one memory overflow error. nenolod 2007-02-09 14:18:23 -0800
  • a8086a7ca0 [svn] Change handling of modularized umodes: - keep the bitmask reserved forever to the letter, fixing the problems when loading multiple umode modules, unloading them and then loading them in a different order - don't allow local users to change umodes which have been unloaded and don't set them on new users via default_umodes jilles 2007-02-04 07:08:04 -0800
  • 01cebbd88e [svn] Move find_umode_slot() from libcharybdis/tools.c to src/s_user.c. jilles 2007-02-03 17:59:38 -0800
  • 1e56e993e2 [svn] DNSBL keyword substitution is available as of 2.1.3. jilles 2007-01-31 17:44:31 -0800
  • 4d7a1ee5d1 [svn] Change two occurances like match(userinput, target_p->name) || match(target_p->name, userinput) to just match(userinput, target_p->name). No client name can contain * or ? now. jilles 2007-01-31 17:07:42 -0800
  • e26e2b1954 [svn] Do not try find_server() on a name find_client() has returned NULL for, as this will always return NULL since the removal of hostmasking. jilles 2007-01-31 16:49:07 -0800
  • b0b7de54b1 [svn] Remove server_exists() which checked whether the server name existed taking hostmasking into account and just check with find_server(); admittedly this checks if the name is a SID but that's not a real problem. jilles 2007-01-31 16:34:33 -0800
  • f42e9cebee [svn] Remove hash_find_masked_server(), which made it possible to specify the full (unmasked) name of a server behind a hostmask. As a result find_any_client() (for prefixes) becomes equal to find_client(), so remove that too. jilles 2007-01-31 16:19:14 -0800
  • e5d9ca18eb [svn] Remove '*' from valid server name characters. This makes it impossible to connect hostmasked servers. (This support didn't work well anyway, was incompatible with TS6 and we never masked ourselves.) jilles 2007-01-31 16:02:35 -0800
  • 63aecfb960 [svn] Change spambot, flooder and jupe joiner notices from host to orighost. jilles 2007-01-31 15:57:18 -0800
  • 0c8f86ec83 [svn] Add documentation for SASL client protocol, same as atheme doc/SASL. jilles 2007-01-28 14:13:18 -0800
  • dd12a19c2c [svn] Include real hostname in Closing Link message for unknown connections that have sent USER. This is helpful for k-lined users while not breaking server IP hiding. jilles 2007-01-26 10:52:11 -0800
  • b1fc1658e1 [svn] Rerun autoconf. jilles 2007-01-26 08:52:29 -0800
  • 8d0903892e [svn] - nick[user@host] -> nick!user@host in kill messages. based on jilles' change in 3.0 nenolod 2007-01-24 23:36:23 -0800
  • 5366977b4f [svn] Backport from early 3.x: nenolod 2007-01-24 23:23:01 -0800
  • 92fb5c3175 [svn] - keyword-subst from charybdis 2.2. nenolod 2007-01-24 23:08:21 -0800
  • 55da5539ba [svn] - version bump to 2.2.0 nenolod 2007-01-24 22:45:04 -0800
  • 212380e3f4 [svn] - the new plan: + branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff nenolod 2007-01-24 22:40:21 -0800