Adam
|
1e625b6837
|
Use MessageSource as the source for many IRCDProto funcs
Keep track of what user modes are oper only/server only/etc
|
2013-08-01 13:39:35 +00:00 |
|
Adam
|
fde83f6564
|
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
|
2013-07-26 21:40:16 -04:00 |
|
Adam
|
3dc64bac4d
|
Fix issues with 'Me' related to previous commit
|
2013-07-26 08:45:44 -04:00 |
|
Adam
|
2450a64bf4
|
Interally quit servers when juped
|
2013-07-26 07:38:42 -04:00 |
|
Adam
|
604da89813
|
More basic config validation, and fix crash when no uplinks are configured. spotted by fgs
|
2013-07-21 03:59:59 -04:00 |
|
Adam
|
37b3535543
|
Initially attach all modules to all events, and detach them as the events are run if they are not implemented per module
|
2013-05-27 19:36:37 -04:00 |
|
Adam
|
5b3f81ea78
|
That doesn't work either, just don't use references.
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
|
2013-05-05 21:05:43 -04:00 |
|
Adam
|
1d0bb9b26b
|
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
|
2013-05-05 01:55:04 -04:00 |
|
Adam
|
32d1184c00
|
Use the return from BufferedSocket::ProcessRead() and don't just assume its true
|
2013-04-06 17:08:25 -05:00 |
|
Adam
|
ddaa001daf
|
Merge usefulness of Flags and Extensible classes into Extensible, made most flags we have juse strings instead of defines/enums
|
2013-01-21 22:31:16 -05:00 |
|
Adam
|
5007b72b28
|
Update copyright to 2013. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
2013-01-09 04:20:55 -05:00 |
|
Adam
|
098157dca8
|
Don't delete users immediately when quit or killed, instead wait until message processing is done
|
2013-01-03 12:34:01 -05:00 |
|
Adam
|
dcd34d3728
|
Move DNS handling to a module
|
2012-12-15 01:33:31 -05:00 |
|
Adam
|
d33a0f75a5
|
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each
other
|
2012-11-22 00:50:33 -05:00 |
|