index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2011-12-19
Fixed saving databases with MySQL when shut down by SIGINT
Adam
2011-11-08
Windows
Adam
2011-10-29
Fixed the signal/fork/wait mess hopefully once and for all. fork() did not co...
Adam
2011-10-27
Ignore sigchld/usr2 sent to the child process after fork
Adam
2011-10-22
A few minor fixups
Adam
2011-10-22
Fixed a race condition with installing signal handlers and forking
Adam
2011-10-20
Only fork if we are at term
Adam
2011-10-18
Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots be...
Adam
2011-10-15
Fixed up anoperc to work with the newer startup method
Adam
2011-10-14
Fork earlier in startup to prevent it messing up threads, if there are any
Adam
2011-10-09
Give more verbose messages on startup
Adam
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a mo...
Adam
2011-09-10
Moved signal/thread/mode checking to use signal pipes
Adam
2011-09-10
Made ChanServ privileges configurable
Adam
2011-09-10
Allow modules to add their own channel levels
Adam
2011-08-29
Changed a few fatal exceptions to shutdown a bit more gracefully
Adam
2011-08-12
Track when our clients are introduced or not
Adam
2011-08-12
Allow bot usermodes to be configurable
Adam
2011-08-11
Fixed Windows runtime problems
Adam
2011-08-10
Ignore SIGPIPE
Adam
2011-08-09
Fixed a typo in init.cpp
Adam
2011-08-07
Fixed generating sid on startup
Adam
2011-07-14
Rewrote how commands are handled within Anope.
Adam
2011-07-03
Clean up some of the dns code, udp is connectionless anyway so this isnt requ...
Adam
2011-06-02
Burst our channels with the uplink when we connect & fixed bug #1274
Adam
2011-05-23
Rewrote the signal handling to use sigaction
Adam
2011-05-21
Made Anope able to process normally when disconnected from the uplink and not...
Adam
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-05-16
Unmodularized the socket engine because its causing problems and really is un...
Adam
2011-05-16
Moved some global functions to be member functions and misc cleanup
Adam
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-03-14
Fixed compile
Adam
2011-03-13
Added some useful Anope::Version functions to prevent some files from unneces...
DukePyrolator
2011-03-11
Added os_config and support for including additional configuration files.
Adam
2011-02-27
Made akills work on IRCds that do not support bans (ngircd)
Adam
2011-02-25
Fixed a lot of small problems
Adam
2011-01-28
Added patricia_tree::iterator
Adam
2011-01-07
Added db_mysql_live which allows Anope to pull data
Adam
2011-01-05
update copyrights for 2011
lethality
2010-12-21
Allow hostmasks to be in uplink:host
Adam
2010-12-18
Don't send SXLines until after we start bursting with our uplink
Adam
2010-12-12
Allow the patricia tree to store non-pointers
Adam
2010-12-12
Switched the system for storing users, channels, and sesions to a patricia
Adam
2010-10-22
Fixed some Windows problems
Adam
2010-10-05
Fixed restarting Anope when it is started from outside of the services binary...
Adam
2010-10-04
Automatically destruct messages when modules are unloaded
Adam
2010-09-26
Changed the language system to use gettext
Adam
2010-09-17
Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...
Adam
2010-09-12
Removed the --log command line option because its no longer necessary, and up...
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
[next]