Hal9000
05bb80c06c
Fixed mail function causing some MTAs to sent blank messages
2012-04-06 14:35:34 +02:00
DukePyrolator
e6edc6586e
updated the german language file
2012-04-01 20:50:46 +02:00
DukePyrolator
cf3124c063
fixed some typos
2012-04-01 20:50:04 +02:00
Adam
12a6a27b52
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
2012-03-27 19:14:55 -04:00
Adam
31a0e673b2
Fixed unpacking multiple names from dns packets when one has multiple compression pointers.
...
Currently this will just fail at unpacking the later name due to offsets being invalid.
Also cleaned up the existing code and made unpacking error messages more helpful.
2012-03-27 19:01:29 -04:00
DukePyrolator
8d0b4a1bf5
added a missing error message when a module file does not exist. this fixes bug #1401 . also moved some debug messages to debug level 2
2012-03-22 07:30:38 +01:00
DukePyrolator
1b0ebcadfa
fixed bug #1399
2012-03-21 22:20:18 +01:00
DukePyrolator
0d100ffacc
fixed ns_ajoin
2012-03-21 20:25:25 +01:00
Adam
88fd1da803
Fixed typos
2012-03-13 21:07:10 -04:00
Adam
a06934777c
Actually check if the nicks arent registered, oops
2012-03-13 19:26:11 -04:00
Adam
a26f4b9a9a
Bug #1389 - readd RNG seed in the config and start DNS query ids off on a random number
2012-03-13 17:45:07 -04:00
Adam
053d6a2247
Add a nickserv:unregistered_notice config option to send a message to unregistered users on connect. Suggested by Cronus.
2012-03-13 17:18:11 -04:00
Adam
beae4775cf
Bug #1382 - Save maxusercount and maxusertime
2012-03-13 16:58:14 -04:00
Adam
cff91a532f
Made gch files depend on the header they were generated from
2012-03-11 21:21:47 -04:00
Adam
92ed5d7208
Fixed having multiple uplink blocks work right if the first uplink fails on startup
2012-03-11 16:44:44 -04:00
Adam
7800375510
Bug #1384 - Fixed spacing of connection log message if users have no vhost - patch from cbiedl
2012-03-11 05:20:28 -04:00
Adam
ab25815694
Fixed backup databases having their names collide due to not separating month and day, #1383
2012-03-05 20:15:56 -05:00
Adam
8e0104363f
Fixed bs_kick syntax error
2012-03-05 14:29:48 -05:00
DukePyrolator
b7a6d518b0
fixed the --dir commandline parameter
2012-03-04 10:18:25 +01:00
Adam
4ed844ffd5
Escape all column names when building sql queries
2012-03-02 17:05:59 -05:00
Adam
020467d472
Fixed db_old loading noexpire
2012-02-27 00:16:15 -05:00
Adam
141b87bd14
Changed the OnChanDrop event to be called right before channels are dropped, not after
2012-02-26 23:28:02 -05:00
Adam
a5b9e235ae
Added chanserv:require config option to set which modes must be on all registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-26 23:23:15 -05:00
Adam
a78790eac4
Fixed vhost check on identify
2012-02-26 20:18:22 -05:00
Adam
07226feec4
Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with the names of other modes.
2012-02-26 19:49:02 -05:00
Adam
e73013830d
Fixed missing #include in init.cpp
2012-02-25 22:45:51 -05:00
Adam
2bc3bd3fcf
Do not send kills after sending XLines because it causes us to internally remove the user and then recieve a quit from the user (who is now nonexistant) once the IRCd processes the XLine
2012-02-25 00:06:02 -05:00
Adam
83456f6040
Fixed akill setter and ids showing in akill reasons
2012-02-24 23:25:29 -05:00
Adam
601dc41baf
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
2012-02-24 14:54:44 -05:00
Adam
2337b7717d
Fixed calculating bots channel count of assigned channels and fixed the order of saving memos (among other things)
2012-02-24 14:53:34 -05:00
lethality
fde40dee7a
Tell users to use NickServ for registering nicks, not chanserv...
2012-02-24 01:50:21 +00:00
lethality
ba32aad4cb
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
2012-02-23 02:32:49 +00:00
Adam
24811e5970
Added a configuration option to make all nick registrations require admin verification
2012-02-22 20:55:59 -05:00
lethality
f01aab5f9b
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
2012-02-23 00:04:36 +00:00
Adam
3850b073dd
Added regex support for many commands, such as akill, sqline, snline,
...
all of the */list commands, etc.
Also extended the ability of akill to match a full nick!user@host and
real name of users.
2012-02-22 18:12:02 -05:00
Adam
81e50dd1f4
Fixed db_old loading memo owners
2012-02-22 16:25:20 -05:00
Adam
bd31fbb9f0
Also fixed m_proxyscan to handle users with invalid ips
2012-02-22 14:41:36 -05:00
Adam
000660608e
Fixed m_dnsbl handling users with spoofs/other non ips
2012-02-21 20:50:14 -05:00
lethality
826de43724
Fixed some trivial formatting
2012-02-22 00:28:58 +00:00
Adam
b84e080463
Made our message sources actual clients/servers, and put in a few more default messages for very standard things (KICK etc)
2012-02-19 20:54:55 -05:00
Adam
0ba58d7d0e
Fixed some events
2012-02-18 18:07:34 -05:00
Adam
1536c5cf60
Add users hostmask to access lists not nick when access add is used on a non registered user
2012-02-18 17:21:55 -05:00
Adam
f2ce9cd85c
Made mode lock del check status of the mode lock before removing it
2012-02-18 15:47:16 -05:00
Adam
ee5cd8493e
Use C++11's explicit override feature if available
2012-02-18 15:04:26 -05:00
Adam
41e8d27602
Fixed FreeBSD build
2012-02-16 16:02:17 -05:00
Adam
e1f5fc6a0c
Remove revision numbers as they're only ever set by Config reading git since we've switched off of SVN. Instead just use the hash for the current head when building. Also recheck the hash on every make not just Config.
2012-02-15 00:06:25 -05:00
Adam
db59f1a70f
Fixed detecting when to set +r and fixed crash on shutdown introduced by the last commit
2012-02-14 19:03:09 -05:00
Adam
a9772cde21
Clean up and reorganize our header files
2012-02-14 15:13:27 -05:00
Adam
086790d633
Removed our RNG and just use the systems, it's not very widely used. Also made DNS query ids not random as they don't need to be.
2012-02-13 00:10:45 -05:00
Adam
1bc8e2ab82
Removed operserv:notifications in favor of log blocks, as well as some other notifiications
2012-02-08 18:00:24 -05:00