• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Atheme/H12-Feb-2017-3,5901,751

xmlrpc-php/H12-Feb-2017-6,0735,730

Atheme.pmH A D12-Feb-20178.4 KiB263114

READMEH A D12-Feb-20171.6 KiB4127

anope-1.9.2-convert.phpH A D12-Feb-201711.4 KiB484347

anope_convert.cH A D12-Feb-201712.8 KiB467351

athemecgi.plH A D12-Feb-20173.2 KiB10286

cap_sasl.plH A D12-Feb-201711.4 KiB438377

check_collisions.plH A D12-Feb-20171.3 KiB7752

dbread.plH A D12-Feb-20174.4 KiB159110

ircservtoatheme.phpH A D12-Feb-201715.6 KiB594470

perlxmlrpc.plH A D12-Feb-20171.7 KiB7159

pythonxmlrpc.pyH A D12-Feb-2017232 93

rubyxmlrpc.rbH A D12-Feb-2017671 2315

README

1This contrib directory contains random Atheme-related files that are not Atheme
2modules.
3
4Files
5=====
6
7Atheme.pm, athemecgi.pl and the Atheme folder - Examples for a decent
8                                                XMLRPC implementation in Perl.
9
10anope-1.9.2-convert.php - Converts a Anope 1.9.2 flatfile database to an Atheme
11                          OpenSEX database. Requires that the Anope Database
12                          either be nuencrypted or sha1 encrypted. Also, it
13                          will not convert MLOCKs or any channel flags other
14                          than the default Anope levels/xOP.
15
16anope_convert.c - An ANOPE MODULE to convert an Anope 1.7.x or 1.8.x database
17                  to an Atheme database. This will output a new-style OpenSEX
18                  Atheme database.
19
20cap_sasl.pl - An irssi script with a implementation of SASL.
21
22check_collisions.pl - Checks two Atheme databases for account and channel
23                      collisions before you combine them to create one database.
24
25dbread.pl - Reads an Atheme flatfile database and outputs some information
26            about it.
27
28hybservtoatheme.pl - Converts a HybServ2 or dancer-services database to an
29                     Atheme flatfile database.
30
31ircservtoatheme.php - Converts a IRCServices database to an Atheme flatfile
32                      database.
33
34perlxmlrpc.pl - A simple XMLRPC implementation example in Perl.
35
36pythonxmlrpc.py - A simple XMLRPC implementation example in Python.
37
38rubyxmlrpc.rb - A simple XMLRPC implementation example in Ruby.
39
40xmlrpc-php folder - A decent XMLRPC implementation in PHP.
41