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
/
core
Age
Commit message (
Expand
)
Author
2010-05-10
Changed the names of modes in the databases to be exactly the same way they a...
Adam-
2010-05-10
Save & load nick requests from db_plain
Adam-
2010-05-07
Removed an unneeded static_cast in enc_none
Adam-
2010-05-07
Removed the chanserv/aop/list command perm and switched it with chanserv/acce...
Adam-
2010-05-05
SVN Id keyword to .h/.c/.cpp files
pimpmylinux
2010-04-30
Fixed ms_rsend reply when sending a memo to a nick
Adam-
2010-04-30
Made ms_rsend work
Adam-
2010-04-24
Fixed the /nickserv help info output to services opers and the reply from /ch...
Adam-
2010-04-24
Fixed loading negatively mlocked modes from the DB and fixed loading access c...
Adam-
2010-04-24
Fix a potential crash when removing SQLines
Adam-
2010-04-24
Fixed some typos in log messages, found by Lethality
Adam-
2010-04-21
Fixed cs_clear ops to not deop users twice on Unreal and made it always use s...
Adam-
2010-04-15
Fixed loading botserv bots time created & number of channels from the databas...
Adam-
2010-04-13
Fixed crash on /ns release and made release actually work
Adam-
2010-04-11
Correctly identify a user when they get autoidentified and made db_plain not ...
Adam-
2010-04-11
Don't backup the database and not rewrite a new one (oops?)
Adam-
2010-04-11
Return MOD_STOP in various places where the user executing the command had be...
Adam-
2010-04-11
Dont backup the database unless there is a database to backup
Adam-
2010-04-10
Fixed cs_modes to add commands after the modes requiring them are introduced
Adam-
2010-04-10
Made db_plain backup its databases
Adam-
2010-04-09
Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...
Adam-
2010-04-09
Fixed cs_ban, os_jupe, and os_restart
Adam-
2010-04-09
changed the way how the IV is stored with the password and renamed some varia...
dukepyrolator
2010-04-09
Made the mode stacker never send a mode change for something that is already ...
Adam-
2010-04-09
Fixed enc_none OnDecrypt to work correctly on Windows
Adam-
2010-04-09
Fixed ns_getpass and ns_sendpass to not load when there is no supported encry...
Adam-
2010-04-08
Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...
Adam-
2010-03-31
Fixed cs_xop to not add its commands until after it knows what modes as suppo...
Adam-
2010-03-31
Added last used time to akick view
Adam-
2010-03-31
Marked mysql modules as a database module and fixed os_modlist to show databa...
Adam-
2010-03-24
Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...
Adam-
2010-03-21
Added options:passlen
Adam-
2010-03-21
Made the database file name configurable
Adam-
2010-03-21
Made usermax and hostmax configurable
Adam-
2010-03-20
Fixed /ms list reply header to include the users nick
Adam-
2010-03-20
Fix loading akills/sxlines from plaintext database
Adam-
2010-03-20
Added in support for OperServ and MemoServ into SQL
Adam-
2010-03-16
Fixed bug #1141, reodered some access checks in cs_kick and cs_modes to hide ...
Adam-
2010-03-09
Fixed loading memo messages from the flatfile databases
Adam-
2010-02-28
Made it so you can register empty nonregistered channels to make registering ...
Adam-
2010-02-28
Added in support for live updating MySQL databases and the ability to execute...
Adam-
2010-02-25
Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...
Adam-
2010-02-25
Rewrote part of the Timer and CallBack code for modules to be sane
Adam-
2010-02-08
Rewrote & fixed CAPAB support
Adam-
2010-02-04
We now store a list of users using a NickCore in the NickCore, this prevents ...
Adam-
2010-01-31
replaced the alog() command with a new type-safe and stream-based Alog()
DukePyrolator
2010-01-24
Fixed db-convert and enc_old to work when converting databases using enc_old
Adam-
2010-01-21
Rewrote how Anope stores channel status modes on users.
Adam-
2010-01-16
fixed a compile error on windows
DukePyrolator
2010-01-16
Removed c_userlist and u_chanlist, replaced with std::list
Adam-
[next]