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-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
2010-09-10
Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds
Adam
2010-09-09
Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...
Adam
2010-08-28
Burst back our juped servers if we disconnect
Adam
2010-08-28
Properly store our clients internal channel status's and burst them if needed.
Adam
2010-08-28
Clean up some of the old now unused IRCDVar struct vars, and made the logchan...
Adam
2010-08-27
Added a new logging system
Adam
2010-08-21
Made Anope keep track of channels its clients are in if it splits from its up...
Adam
2010-08-17
Rewrote the config reader to better handle invalid configs.
Adam
2010-08-02
Log an error message if we are unable to load the socket engine module, and c...
Adam
2010-08-01
Cleanup in main.cpp.
Naram Qashat
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-07-10
Properly set up our clients as on our server internally. Fixes crashes when t...
Adam
2010-07-08
Added an epoll socket engine
Adam
2010-06-27
Made Anope track its own clients internally as if they were real users
Adam
2010-06-25
Changed the versioning system to use git
Adam
2010-06-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2010-06-18
Rewrote all of the command handling to get rid of all the nasty strtoks() eve...
Adam
2010-06-18
Renamed all of source files from .c to .cpp
Adam